[vtkusers] Too many cells
Matteo
sendtomatteo at yahoo.it
Fri Feb 28 07:56:27 EST 2014
Hi
I am rendering a scene that is something like an histogram, but in 3D.
The problem is that the rotation/interaction is slow.
At the moment it is written using vtkPoints, vtkQuad(many),
vtkUnstructuredGrid, vtkDatasetMapper, vtkActor.
The vtkPoints list are the shorter as possible (I avoided doubled values
when possible), but they are a lot because the vtkQuad are a big number
(like 100 000).
Is there any way to perform the way this data are managed internally to
speed up the rendering?
Is there a class that can help on this?
Thanks
Matteo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140228/5e6ff9d6/attachment.html>
More information about the vtkusers
mailing list