[vtkusers] avoid ray-casting

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Mon Nov 4 09:44:49 EST 2002


Use a vtkLODActor for the volume, the Before you fiddle with the tube filter
call

Renderwindow->SetDesiredUpdateRate(A very small number)

after you finished fiddling, call

Renderwindow->SetDesiredUpdateRate(15 or somethihg like that)

you may need to use a few more calls, but should help you get started.

See Also IntersactorStyle DesiredUpdateRate and StillUpdateRate

JB

----- Original Message -----
From: "Steffen Oeltze" <Steffen.Oeltze at Student.Uni-Magdeburg.DE>
To: "Vtkusers (E-mail)" <vtkusers at public.kitware.com>
Sent: Monday, November 04, 2002 2:15 PM
Subject: [vtkusers] avoid ray-casting


> Hi,
>
> I'm using a vtkTubeFilter to draw polylines within a raycasted volume. The
> drawing process takes a while because the volume is raycasted again each
> time I modify my polyline-actor (Thanks for this information !). Is there
a
> way to speed up this process or to prevent the volume from being raycasted
> again ?
>
> Steffen
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers




More information about the vtkusers mailing list