[vtkusers] Deforming Polydata Animation

Christian Pöcher Poecher at gmx.net
Fri Jun 27 08:30:10 EDT 2003


----- Original Message -----
From: Helder Carvalho <hel_carvalho at hotmail.com>
To: <vtkusers at public.kitware.com>
Sent: Friday, June 27, 2003 2:16 PM
Subject: [vtkusers] Deforming Polydata Animation

>   Can anyone tell me whats to best way to perform an animation of a 3d
> polydata deformation, where on each frame the polydata deforms in a
diferent
> manner???

I'm not sure if I understood you right, but it sounds like you have for
every timestep in that animation a dataset. We did this here too. At first
we loaded a single datasets into one reader for timestep 0 and loaded
another when the timestep changed. This took too long and then we
"pre-loaded" them at the beginning, so changing timesteps is faster. We did
this by loading every dataset into a own reader object.

chris




More information about the vtkusers mailing list