[vtkusers] Window maximization while big model loaded.

Vladimir Lazunin lazunin.v.aa at m.titech.ac.jp
Mon Jul 9 00:58:55 EDT 2007


Hi.

Of course, ImmediateModeRenderingOn() makes it easier for big models,
especially together with vtkLODActor. However, it doesn't solve the  
problem.

A workaround I found is to remove the actor prior to maximization, and  
after that
add it back to the renderer. But it's a little tricky to apply...


On Sun, 08 Jul 2007 22:09:10 +0900, Meisam Aliroteh  
<meisam.aliroteh at gmail.com> wrote:

> Hi,
>
> I've worked with large models some time ago (I think it was about 40 Mb)  
> and
> I didn't have this problem (I was using vtk 4.2 at the time). When ever I
> use large models, I use the GlobalImmediateModeRenderingOn() method of  
> the
> mapper of the actor that renders the model. Also you might want to try to
> see what happens if you call ResetCameraClippingRange() of the renderer  
> when
> the user left-clicks on the screen.
>



More information about the vtkusers mailing list