<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style style="display: none;" id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body tabindex="0" aria-label="Message body" fpstyle="1" dir="ltr">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000; margin: 0">
Hi;<br>
<br>
I'm using vtk-6.1.0 on Windows 7. I created a view widget which has options to change camera angles, such as, Bottom, Front, Left, Right .... And the following&nbsp; is part of the code that handles the camera position.
<br>
<br>
&nbsp;&nbsp;&nbsp; dataPtr_-&gt;renderer_-&gt;GetActiveCamera()-&gt;SetPosition(newPos[0] &#43; focalPoint[0], newPos[1] &#43; focalPoint[1], newPos[2] &#43; focalPoint[2]);<br>
&nbsp;&nbsp;&nbsp; dataPtr_-&gt;renderer_-&gt;GetActiveCamera()-&gt;SetViewUp(newPos[3], newPos[4], newPos[5]);<br>
&nbsp;&nbsp;&nbsp; dataPtr_-&gt;renderer_-&gt;GetActiveCamera()-&gt;SetViewAngle(30);<br>
&nbsp;&nbsp;&nbsp; dataPtr_-&gt;renderer_-&gt;GetActiveCamera()-&gt;OrthogonalizeViewUp();<br>
&nbsp;&nbsp;&nbsp; dataPtr_-&gt;renderer_-&gt;ResetCameraClippingRange();<br>
&nbsp;&nbsp;&nbsp; dataPtr_-&gt;renderer_-&gt;ResetCamera();<br>
&nbsp;&nbsp;&nbsp; dataPtr_-&gt;displayWidget_-&gt;GetRenderWindow()-&gt;Render();<br>
<br>
They work fine, but&nbsp; the view of the object is updated instantly like changing a slide. I wonder if there is a setting that can show the movement in slow motion, i.e. user can see the object in the scene&nbsp; rotate to the required camera position. I've seen some
 gui applications have this feature, I don't know if VTK can do it. Any help is appreciated.<br>
<br>
<br>
Thanks<br>
Jian<br>
<br>
</div>
</body>
</html>