playback controls for 3d animation
Afficher commentaires plus anciens
Hello,
I have created a 3d animation. I am looking for some playback controls that will allow me to; play, pause, speed up, slow down, view object from common viewpoints (e.g. above, below). Will I have to write code for the buttons myself or is there a package I can utilise?
In case it is of use I have attached my animation loop:
for i=1:n
set(b,'XData',PatchX(:,:,i));
set(b,'YData',PatchY(:,:,i));
set(b,'ZData',PatchZ(:,:,i));
drawnow;
end
Réponses (1)
Leo
le 10 Jan 2014
0 votes
Catégories
En savoir plus sur Animation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!