[vtkusers] Multiple Views with only one Rederer

David Gobbi david.gobbi at gmail.com
Fri Jul 23 18:46:19 EDT 2010


Multiple views are achieved by having multiple Renderers inside a
single RenderWindow.  Or, alternatively, by having multiple
RenderWindows.

When you add multiple renderers to a single renderwindow, the
renderer->SetViewport() method tells each renderer what part of the
RenderWindow to use.

  David


On Fri, Jul 23, 2010 at 1:18 PM,  <ruben.hernando.vaca at upc.edu> wrote:
> Hi,
>
> is there any Class to have Multiple views with only one Renderer, I mean one
> vtkRenderer and use it with multiple vtkCameras at the same time. Something
> like:
>
> http://www.paraview.org/Wiki/Multiple_views
>
> if there is not another way, is there a completed example with paraview
> method?
>
> Regards
>
> Ruben
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK 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