<br><font size=2 face="sans-serif">Hi vtk users,</font>
<br>
<br><font size=2 face="sans-serif">I am using the 4.4 release of VTK on
a Windows OS. I have build an MFC application (C++) which </font>
<br><font size=2 face="sans-serif">- load a volume in a private file format,
</font>
<br><font size=2 face="sans-serif">- then build a 3D pipeline (using volume
rendering)</font>
<br><font size=2 face="sans-serif">- then render it.</font>
<br><font size=2 face="sans-serif">This application is able to load and
display several volumes.</font>
<br>
<br><font size=2 face="sans-serif">I have noticed that the first time I
call vtkRenderWindow::Render function, the time to get the scene rendered
is longer than ususal: it is about 30 seconds before the image is displayed.
If I load a second volume dataset in the same instance of my application
(even of a huger size), the time to get the image displayed is really faster.
It is the same if the scene is rotated, pan or zoomed: the time to display
is very short.</font>
<br>
<br><font size=2 face="sans-serif">Is there any initialization done the
first time VTK is called to display an image? In that case, is there any
way to perform that initialization before performing rendering?</font>
<br>
<br><font size=2 face="sans-serif">Thanks in advance for your answers,
or any link to a previous known thread that deal with that (unfortunately,
I did not found one which matches).</font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br>
<br><font size=2 face="sans-serif">Julien BARNEOUD</font>