[vtkusers] Rendering points and large models

kitware-vtk at kulnet.kuleuven.ac.be kitware-vtk at kulnet.kuleuven.ac.be
Wed Oct 25 12:30:55 EDT 2000


---  Forwarded by news2mail for "Joris Vanden Wyngaerd" <joris.vandenwyngaerd at esat.kuleuven.ac.be> ---

Hi,
I am working with very polydata (e.g. 2.000.000 points and 4.000.000
triangles). When applying fitlers, memory usage quickly explodes. Even
rendering with display lists gets me into trouble.
For saving memory I would like to render the points and ignore the
triangles. I found that I can use vtkPolyData and create a single cell with
points 0,1,2,3, ... n-1. This seems like a waste of memory to me.

Is it possible to draw simply draw all points in a vtkPointSet ?

--

================
Joris Vanden Wyngaerd
coordinates : http://www.esat.kuleuven.ac.be/~joris/personalia.html






More information about the vtkusers mailing list