<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#003333" bgcolor="#FFFFFF">
Hi<br>
I am rendering a scene that is something like an histogram, but in
3D.<br>
The problem is that the rotation/interaction is slow.<br>
At the moment it is written using vtkPoints, vtkQuad(many),
vtkUnstructuredGrid, vtkDatasetMapper, vtkActor.<br>
<br>
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).<br>
<br>
Is there any way to perform the way this data are managed internally
to speed up the rendering?<br>
Is there a class that can help on this?<br>
<br>
Thanks<br>
Matteo<br>
<br>
<br>
<br>
</body>
</html>