Yes,<br><br>I am trying to have two &quot;normal&quot; VTK windows separately. But not using QT. I&#39;m using wxWidgets. So If I can create a render window in one thread, and so multiple windows in multiple threads, Is it possible like that?<br>
<br><div class="gmail_quote">On Sat, Aug 18, 2012 at 11:45 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com" target="_blank">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Sat, Aug 18, 2012 at 2:06 PM, rakesh patil &lt;<a href="mailto:prakeshofficial@gmail.com">prakeshofficial@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; In an application, can we have two render windows, one 2 dimensional and<br>
&gt; another 3 dimensional.??<br>
&gt;<br>
&gt; Thanks<br>
<br>
</div></div>The &quot;dimensionality&quot; is totally dependent on the InteractoryStyle that<br>
you assign to the renderWindowInteractor. Are you trying to have two<br>
&quot;normal&quot; VTK windows (i.e. separate windows, each of which looks like<br>
the normal thing that happens with something like<br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/Sphere" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/Sphere</a>)? You<br>
should probably be doing something more like this<br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Qt/SideBySideRenderWindows" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Qt/SideBySideRenderWindows</a><br>
where you use Qt to organize these windows.<br>
<br>
It looks like a long time ago I tried to do the &quot;multiple normal<br>
windows&quot; : <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleRenderWindows" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleRenderWindows</a><br>
but the comments make it sound like the example was never finished<br>
(but it might give you a starting point, and it would be great if you<br>
can fix it :) ).<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
</font></span></blockquote></div><br>