[vtkusers] Visualization of large polydata sets by specifying level of detail ?

Roland Schwarz roland.schwarz at chello.at
Fri Mar 22 07:01:45 EST 2002


Thank you, I was not aware of the existence of vtkLODActor. This sounds as a
good starting point to me.

Roland



>
> >Is there some support in VTK to speed up rendering by skipping
unnecessary
> >detail?
> >Or is the only way to get fast visualization to first smooth the
datapoints
> >and then reduce the size of the mesh?
> >(This would obviously destroy information that is in the original data.)
>
> You can decimate your grid.  Look into vtkDecimate and
> vtkDecimatePro.  These can reduce your grid size quite a bit without
losing
> too much of the shape.  If you also want to draw the full grid when
nothing
> is going on, you could look into using a vtkLODActor and have the full
grid
> as the main mapper, and the decimated one to draw when you need fast
> response.  Hope that was the level of answer you were looking for.
>
> Kevin.
>
>
> _______________________________________________
> 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