AW: [vtkusers] rendering 3ds animations
De Boer Ingo
I.deBoer at polytec.de
Tue Apr 22 05:22:55 EDT 2003
Hi,
there is a sample that uses plate.tvk called dispplot.tcl
In a timer function you can modify the warp vector and you can
an animation.
An other sample would be modifying the points. You make the Points
a member of your class and then call something like
for (int i = 0; i < m_lPoints; i++)
m_pvtkPoints->SetPoint(i, x_new[i], y_new[i], z_new[i]);
m_pvtkPoints->Modified();
in your timer function or animationnextframe function.
greets
Ingo
More information about the vtkusers
mailing list