<br><br><div class="gmail_quote">2009/11/20 Baliki baliki <span dir="ltr">&lt;<a href="mailto:balikivtk@gmail.com">balikivtk@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I had the same problem! Calling Render() on the Renderer should work...<br><br>From Documentation:<br><br>--------------------<br><table><tbody><tr><td>virtual void vtkRenderer::Render </td>
          <td>(</td>
          <td><br></td>
          <td> ) </td>
          <td><code> [virtual]</code></td>
        </tr>
      </tbody></table>

<div>
<p>Create an image. This is a superclass method which will in turn call the DeviceRender method of Subclasses of <a href="http://www.vtk.org/doc/nightly/html/classvtkRenderer.html" title="abstract specification for renderers" target="_blank">vtkRenderer</a></p>

<p><br></p><table><tbody><tr><td>virtual void vtkRenderWindow::Render </td>
          <td>(</td>
          <td><br></td>
          <td> ) </td>
          <td><code> [virtual]</code></td>
        </tr>
      </tbody></table>

<div>
<p>Ask each renderer owned by this RenderWindow to render its image and synchronize this process. </p>

<p>Implements <a href="http://www.vtk.org/doc/nightly/html/classvtkWindow.html#acb783e66948656035da1bc0bf747c13a" target="_blank">vtkWindow</a>.</p>

<p>Reimplemented in <a href="http://www.vtk.org/doc/nightly/html/classvtkXMesaRenderWindow.html#abb3258748e55ad41f3d6a6c4b145814c" target="_blank">vtkXMesaRenderWindow</a>, and <a href="http://www.vtk.org/doc/nightly/html/classvtkXOpenGLRenderWindow.html#a33183ba56fc43126a34d2d82b1289988" target="_blank">vtkXOpenGLRenderWindow</a>.</p>



</div><p> </p>

</div>------------------<br><br>My RenderWindow has only one Renderer. <br>So, RenderWindow-&gt;Render() should be the same as Renderer-&gt;Render(), according to the documentation...<div><div></div><div class="h5"><br><br>
<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<br>
</div>I was calling Render() on the Renderer - I changed to calling Render()<br>
on the RenderWindow and it behaves as I would expect.<br>
<br>
This is the kind of thing that seems very confusing...<br>
<div><div><br>
Thanks,<br>
<br>
David<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote><br></div><br>
</div></div></blockquote></div><br>