how to make animation?--2nd try

pahsieh at usgs.gov pahsieh at usgs.gov
Sat Mar 25 16:24:34 EST 2000


> i am using vtk espesially the example lox.cxx(fluid dynamics)
> i want to make animation
> i need code or algorithm in c++
> please i want details
> please send me urgently
> thanks

A simple animation can be created by
setting up a loop in which you change
some aspect of the visualization
pipeline (e.g., the data set, actor positions,
etc) and then call the Render() method of
the render window.

For an example, see the sample code Hanoi.cxx.

Good luck.


--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------



More information about the vtkusers mailing list