필터 지우기
필터 지우기

playback controls for 3d animation

조회 수: 3 (최근 30일)
Leo
Leo 2013년 8월 6일
답변: Leo 2014년 1월 10일
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

답변 (1개)

Leo
Leo 2014년 1월 10일
I ended up writing the playback controls myself which was surprisingly quick and easy to do using 'pushbuttons', 'sliders' and 'listboxes' http://goo.gl/QohdbR
The animation was written in conjuction with V-Realm Builder (negating the need to write code to describe 3d objects) which is not very good software but by far the best thing that I have come accross for animating in Matlab. The viewing options I used were the built in controls of V-Realm Builder.

카테고리

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