[vtkusers] Render several RenderWindows synchronously
zlf
jxdw_zlf at yahoo.com.cn
Sat Mar 24 00:35:45 EDT 2012
Hi
I have three RenderWindows. Each has a volume mapper. Assume volume mapper
is very slow.
So if I try to refresh the three one by calling rw1.Render(); rw2.Render();
rw3.Render();, the result will be rw1 refresh, wait for N seconds, rw2
refresh, wait for N seconds, rw3 refresh.
This makes the program looks very asynchronously. How to make the three
RenderWindows refresh at the same time?
Regards.
zlf
--
View this message in context: http://vtk.1045678.n5.nabble.com/Render-several-RenderWindows-synchronously-tp5591207p5591207.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list