[vtk-developers] progressive rendering

David E DeMarle dave.demarle at kitware.com
Wed Jun 25 09:14:36 EDT 2008


vtkRenderer::EraseOff() and vtkRenderWindow::EraseOff() is what you
are looking for.
They let you render a frame, make some change to the pipeline, and
render again and have the result of both renders composited together.

cheers,
Dave DeMarle


2008/6/25 Kaushik . <shekhar.kaushik at gmail.com>:
> Hi ,
> I am working on a filter that creates its output iteratively.
> I want to render the output after each iteration. It is basically
> a surface growing algorithm , where in each iteration more
> polygons are added to the surface. I would like to show the surface
> growing , instead of having the render the surface once all the polygons
> have been created. How do I achieve it ?
>
> Is it possible with the existing Executive classes  in
> VTK ? I have currently inherited my filter class from
> vtkPolyDataAlgorithm.
>
> --
> shekhar
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at vtk.org
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>



More information about the vtk-developers mailing list