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

2 views (last 30 days)
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?

Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!