[vtkusers] Move actors smoothly

David Doria daviddoria at gmail.com
Thu Dec 22 12:12:28 EST 2011


On Thu, Dec 22, 2011 at 2:13 AM, zlf <jxdw_zlf at yahoo.com.cn> wrote:
>
> Does VTK support key-frame feature like maya/3d max?
>
> Set the actor's matrix in one frame. Then set a different matrix in the
> other frame. VTK calculates transitional matrixes automatically. Finally,
> the rendered result is the actor move smoothly. Without this feature, the
> actor will JUMP from one position to another.
>
> Regards,
>
> zlf

I don't think it's quite as automatic as you'd like, but I think this
is the framework you'd want:

http://www.vtk.org/Wiki/VTK/Examples/Cxx/Animation/AnimateActors

David



More information about the vtkusers mailing list