<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>found the answer. do something like the following, actors added to bRenderer always stay behind of actors added to aRenderer.</DIV>
<DIV>&nbsp;</DIV>
<DIV>vtkRenderer *aRenderer = vtkRenderer::New();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aRenderer-&gt;SetLayer(1);</DIV>
<DIV>vtkRenderer *bRenderer = vtkRenderer::New();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bRenderer-&gt;InteractiveOff();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bRenderer-&gt;SetLayer(0);</DIV>
<DIV>vtkRenderWindow *renWin = vtkRenderWindow::New();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;renWin-&gt;AddRenderer(aRenderer);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; renWin-&gt;AddRenderer(bRenderer);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; renWin-&gt;SetNumberOfLayers(2);</DIV></BODY></HTML>

______________________________________________________________ <BR>
<BR>
Reputation Resources Results <BR>
<BR>
http://www.rwdi.com <BR>
<BR>
______________________________________________________________ <BR>
<BR>
This communication is intended for the sole use of the party to whom it <BR>
is addressed and may contain information that is privileged and/or <BR>
confidential. Any other distribution, copying or disclosure is strictly<BR>
prohibited. If you have received this e-mail in error, please notify us<BR>
immediately by telephone (1-519-823-1311) and delete the message without <BR>
retaining any hard or electronic copies of same. <BR>
<BR>
RWDI scans outgoing emails for viruses, but makes no warranty as to their<BR>
absence in this email or attachments.<BR>
</BODY></HTML>