function 'getframe' can't capture figures with transparent objects?
显示 更早的评论
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 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!