Dear vtk users,<br>
<br>
<span style="font-style: italic;"><span style="font-style: italic;"></span></span>I have modified the examples program at <br>
Examples/Medical/Tcl/Medical3.tcl by <br>
adding more vtkActor of the same headsq<br>
(rendering 3 headsq in color mode at the same time).<br>
The speed of refreshing/rendering has become very slow.<br>
I try to calculate the time of each rendering by using&nbsp; vtkTimer <br>
<br>
timer1 start <br>
renWin render<br>
timer1 stop<br>
<br>
The result time is up to 1 sec which is very slow and unacceptable.<br>
<br>
Is there anyway to improve the speed of rendering?<br>
What is the reason it take such a long time for each render?<br>
<br>
I suspect that the chain updating  for vtkVolumeReader16, <br>
vtkContourFilter, vtkPolyDataNormal, vtkPolyDataMapper, and <br>
vtkRenderer are giving the problem. Is there anyway to disable the <br>
chaining?<br>
<br>
What does vtkSource::ReleaseDataFlagOn really do? Will this stop <br>
the chaining by set this to On?<br>
<br>
Thanks in advance.<br>
<br>
Best Regards,<br>
Kim Chuan.<br>
<br>
PS:<br>
My computer spec: Linux mandrake 10.1 with P4 3GHz, 2GB RAM, geforce4 MX.<br>
<br>
<br>
<br>