function 'getframe' can't capture figures with transparent objects?

2 次查看(过去 30 天)
I used trisurf to draw a 3-D polyhedron and wanted to record the figures when rotating it, saving as a *.gif file.
However, once I added 'facealpha' value to trisurf function, like
trisurf(k,x,y,z,'facealpha',.8);
then the getframe(gcf) can't record the frame when rotating, but just the first frame when record began. Once the facealpha was removed, everything went well.
So how should I record a GIF with transparent object?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Animation 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by