<div dir="ltr"><div><div><div><div><div><div>What is the difference between<br><br></div>    renderer.SetRenderWindow(renderWindow)<br><br></div>and<br><br></div>    renderWindow.addRenderer(renderer)<br><br></div>? Is it just two different ways of doing the same thing?<br><br></div>Also, the docs for SetRenderWindow [1] says<br><br>"This is automatically set when the renderer is created by MakeRenderer. The user probably shouldn't ever need to call this method."<br><br></div>But I couldn't find any info in the docs about a MakeRenderer. Digging in the VTK source, it seems there's a vtkParallelRenderManager::MakeRenderer. Is that the one the docs refers to? Could someone clarify this note in the docs? Why shouldn't I need to call SetRenderWindow?<div><br>Elvis<br><br>[1] <a href="http://www.vtk.org/doc/nightly/html/classvtkRenderer.html#ae3a6088ecdcdec6b7e0b6482974de8c2">http://www.vtk.org/doc/nightly/html/classvtkRenderer.html#ae3a6088ecdcdec6b7e0b6482974de8c2</a><br></div></div>