[vtkusers] vtkRenderWindow->Render() crashes with 1500 actors
Clinton Stimpson
clinton at elemtech.com
Mon Jan 19 14:25:08 EST 2009
I've done that many actors before without crashes, but the performance
isn't that great.
I suggest using a multiblock dataset with a composite polydata mapper
for better performance.
As for the crash, maybe the datasets you made have mistakes in them such
as indexes out of range?
Clint
Harriet King wrote:
> Please, what could be causing a crash of our program when we call the vtkRenderWindow to Render() after we have added 1500 actors? We treat each piece of our geometric model as a separate actor.
>
> Is the vtkRenderWindow overwhelmed? Does it have limits on the number of actors?
>
> Thank you very much.
>
>
> Harriet King
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list