[vtkusers] custom renderer in vtkRenderView

Jeff Baumes jeff.baumes at kitware.com
Mon Oct 19 10:16:58 EDT 2009


No, not currently. I'd suggest either making the subclass from vtkView
itself, or possibly subclass vtkRenderView but in the constructor you
could remove the default renderer and replace it with your own.

Jeff

On Wed, Oct 14, 2009 at 9:51 AM, David Feng <dfeng at cs.unc.edu> wrote:
> I'd like to write a view that uses a custom renderer, but right now it's not
> clear that there's a way to override the renderer created by default for a
> vtkRenderView.  The custom renderer redirects the rendering into a frame
> buffer object and draws the output onto screen-filling quad.
> Is there a way to plug this renderer into vtkRenderView?
>
> Thanks,
> David
> _______________________________________________
> 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
>



-- 
Jeff Baumes, Ph.D.
R&D Engineer, Kitware Inc.
(518) 881-4932
jeff.baumes at kitware.com



More information about the vtkusers mailing list