I tried precisely that. Without success.<br>Maybe there is some detail I overlooked.<br>DO you have any example-code ?<br><br>Kind regards, <br>oliver<br><br><div><span class="gmail_quote">2008/4/9, CLEMENTS, ROBERT &lt;<a href="mailto:rclement@kent.edu">rclement@kent.edu</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<div>


<p><font size="2">I to have had similar problems but&nbsp; it seems that using something similar to below;<br>
<br>
ren4 SetActiveCamera [ren2 GetActiveCamera]<br>
<br>
makes both layers react to the same input.&nbsp; Hope this helps .<br>
<br>
Rob</font></p><div><span class="e" id="q_11933d79f0a7f289_1"><font size="2"><br>
<br>
Hello Steve,<br>
I am glad someone else has the same problems to solve ;)<br>
However, I fear you are right : The books do not contain any<br>
documentation on this. I even searched the archives without success.<br>
There is only one rudimentary CPP example.<br>
Anyway, I will try to do the same as you are doing and<br>
work myself through it. So maybe we can help each other out ?<br>
<br>
Kind regards,<br>
Oliver<br>
<br>
2008/4/8, Steve Chall &lt;<a href="mailto:stevec@renci.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">stevec@renci.org</a>&gt;:<br>
&gt;<br>
&gt;<br>
&gt; &gt;Message: 18<br>
&gt; &gt;Date: Tue, 8 Apr 2008 14:12:32 +0200<br>
&gt; &gt;From: &quot;Oliver Kania&quot; &lt;<a href="mailto:ptw.freiburg@googlemail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ptw.freiburg@googlemail.com</a>&gt;<br>
&gt; &gt;Subject: [vtkusers] Multiple rendering layers reacting to interaction<br>
&gt; &gt;To: <a href="mailto:vtkusers@vtk.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">vtkusers@vtk.org</a><br>
&gt; &gt;Message-ID:<br>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="mailto:e22fb1100804080512q2b1ad655oee6f3581183bfb60@mail.gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">e22fb1100804080512q2b1ad655oee6f3581183bfb60@mail.gmail.com</a>&gt;<br>

&gt; &gt;Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt; &gt;<br>
&gt; &gt;Hello,<br>
&gt; &gt;my application has several layers :<br>
&gt; &gt;<br>
&gt; &gt;vtkRenderer RenderImage2 = new vtkRenderer();<br>
&gt; &gt;vtkRenderer RenderImage = new vtkRenderer();<br>
&gt; &gt;<br>
&gt; &gt; RenderImage.SetLayer(0);<br>
&gt; &gt; RenderImage2.SetLayer(1);<br>
&gt; &gt;<br>
&gt; &gt; RenderImage.SetInteractive(1);<br>
&gt; &gt; RenderImage2.SetInteractive(1);<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;&nbsp; RenderImage.SetBackground(0.0, 0.0, 0.3);<br>
&gt; &gt;<br>
&gt; &gt;&nbsp; vtkRenderWindow renWin = new vtkRenderWindow();<br>
&gt; &gt;&nbsp; renWin.SetNumberOfLayers(2);<br>
&gt; &gt;&nbsp; renWin.AddRenderer(RenderImage2);<br>
&gt; &gt;&nbsp; renWin.AddRenderer(RenderImage);<br>
&gt; &gt;<br>
&gt; &gt;vtkRenderWindowInteractor iren = new vtkRenderWindowInteractor();<br>
&gt; &gt;iren.SetRenderWindow(renWin);<br>
&gt; &gt;//set image mode interaction style<br>
&gt; &gt;vtkInteractorStyleImage interactor = new vtkInteractorStyleImage();<br>
&gt; &gt;ren.SetInteractorStyle(interactor);<br>
&gt; &gt;<br>
&gt; &gt;What I find is that only one layer reacts to interaction.<br>
&gt; &gt;Since I used SetInteractive(), I was expecting that both layers do react.<br>
&gt; &gt;More generally, I want to have an arbitrary number of layers that do<br>
&gt; &gt;react to the same interaction. Maybe it is somehow possible to link<br>
&gt; &gt;the cameras of the renderers ?<br>
&gt; &gt;(I tried Renderer1.setCamera(Renderer2.getCamera()) but that does<br>
&gt; &gt;not work)<br>
&gt; &gt;<br>
&gt; &gt;kind regards,<br>
&gt; &gt;Oliver<br>
&gt;<br>
&gt; Thank you, Oliver, for bringing layered rendering to my attention.&nbsp; This<br>
&gt; sounds like it could resolve some visibility issues I&#39;m experiencing.<br>
&gt; However, I can&#39;t seem to find very much documentation on this<br>
&gt; feature.&nbsp; I&#39;ve<br>
&gt; bought and looked through the books, read the code in vtkRenderer.h, and<br>
&gt; checked online, and pretty much all I&#39;ve found out is that layers are<br>
&gt; numbered and all but the bottom are transparent.&nbsp; I can and, if necessary,<br>
&gt; will work through it empirically, i.e., by writing code and seeing what<br>
&gt; happens.&nbsp; But it would be valuable and probably much more efficient if<br>
&gt; there<br>
&gt; were some more thorough documentation than what I&#39;ve found thus far.&nbsp; Can<br>
&gt; anyone point me to it?&nbsp; Admittedly, once again I may have just overlooked<br>
&gt; something obvious, but if so I&#39;d appreciate someone shaking me out of my<br>
&gt; tunnel vision.&nbsp; Thanks all.<br>
&gt;<br>
&gt; -Steve<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; This is the private VTK discussion list.<br>
&gt; Please keep messages on-topic. Check the FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
<br>
</font></span></div>
<p></p>

</div>
</blockquote></div><br>