Hi,<div>I would like to render vtkActors and vtkVolumes directly in an opengl window that already contains other elements.</div><div><br></div><div>My first idea was to directly call the Render method on each actor renderer but this just do not work beacause the renderer requires a vtkWindow to be connected to it. Moreover I do not want the renderers to  change the current vviewpoint since it is set by other application components.</div>
<div><br></div><div>Calling the Render method on the actors, instead, requires a Renderer to be available.</div><div><br></div><div>What do you suggest?</div><div>Should I implement from scratch a subclass of vtkRenderer, or a subclass of vtkRenderWindow?</div>
<div>Did anybody do something similar?</div><div><br></div><div>Thanks for the help,</div><div>Pierluigi</div>