<div>hummmmmm, that is interesting... I will testing this and then tell you what happen!</div>
<div>thanks everyone for the help!!!!<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 1/9/08, <b class="gmail_sendername">jonathan grimm</b> &lt;<a href="mailto:flymolo@gmail.com">flymolo@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">If you want CrystalEyes alternate frame stereo, vtk will do everything for you.&nbsp; Did you enable StereoCapableWindow?&nbsp; Have you tested stereo on your system with another app?
<br><br>If you want the 2 separate images, you can create a RenderWindow with StereoTypeToLeft and one with StereoModeTypeToRight. <br><br>
<div class="gmail_quote">
<div><span class="e" id="q_117601a41a8011d2_1">On Jan 9, 2008 11:36 AM, Sicilia Judice &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:siciliajudice@gmail.com" target="_blank">siciliajudice@gmail.com
</a>&gt; wrote:<br></span></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div><span class="e" id="q_117601a41a8011d2_3">Are you sure that the generation of the two views occurs internally??? The example I have found use this method (<font size="2">SetStereoTypeToCrystalEyes) but also create manually the stereo images...
</font> 
<div>
<div></div>
<div><br><br>
<div><span class="gmail_quote">On 1/9/08, <b class="gmail_sendername">CLEMENTS, ROBERT</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:rclement@kent.edu" target="_blank">rclement@kent.edu</a>
&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>
<p><font size="2">If you are trying to use crystal eyes why not just SetStereoTypeToCrystalEyes on the&nbsp; renderwindow.&nbsp; You don&#39;t get much control over 3d rendering parameters (offset...), but everything is taken care of internally by vtk, including the generation of the 2 views.&nbsp; Also ren2-&gt;SetActiveCamera(ren1-&gt;GetActiveCamera()); probably wouldn&#39;t work for this application since the two viewpoints should actually be 2 different views, consequently different cameras, right? 
<br><br><br>Rob 
<div><span><br><br>Luca, I had tried that myself at one point:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; ren2-&gt;SetActiveCamera(ren1-&gt;GetActiveCamera());<br><br>but would get random crashes, has it been ok for you? I eventually had <br>to manually copy over camera parameters between the two cameras
<br>instead to get the same effect.<br><br>I think what Sicilia wants is to have the same interaction propagated<br>to all renderers (since the cameras may be setup in different <br>locations). This probably isn&#39;t a typical thing to do, normally you
<br>want the camera location copied throughout all renderers instead. I<br>was looking into this but couldn&#39;t figure out myself how to Invoke() <br>the same interaction on another renderer. We can listen on Interaction
<br>events on the render window&#39;s interactor, but not quite sure how to<br>propagate it to the other renderers.<br><br>Mark<br><br><br>On Jan 9, 2008 8:52 AM, Sicilia Judice &lt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:siciliajudice@gmail.com" target="_blank">
siciliajudice@gmail.com</a>&gt; wrote:<br>&gt; I think I am very near to finish this...<br>&gt;<br>&gt; Let me try to explain... I have to generate stereo images to use with <br>&gt; Crystal Eyes... So, I have create two viewports, displayed vertically, one
<br>&gt; over other... The upper viewport is the stereo image for one eye, and the<br>&gt; second one for the other eye. I have to put one of this images with a <br>&gt; difference of 5° (the paralaxe). I was creating two cameras, each one for
<br>&gt; one viewport. In the second camera I was using the method Azimuth(5). But in<br>&gt; this way, I was having to take care of the interaction, what I could not <br>&gt; done... Now I have try a different solution: I create only one camera and
<br>&gt; set to both viewports. Now, any action with the mouse move the two images<br>&gt; together... But I have to translate the second image in 5°, and I do not <br>&gt; know how to do it... How can I translate an imagem in a viewport???
<br>&gt;<br>&gt; ps.: sorry for the english, I am from Brazil!<br>&gt;<br>&gt; ps2.: thanks for the attention!!!<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Jan 9, 2008 11:42 AM, Luca Pallozzi Lavorante &lt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:lplavorante@gmail.com" target="_blank">
lplavorante@gmail.com</a> &gt;<br>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Sicilia,<br>&gt; &gt; if you work in C++, let&#39;s say you have two viewports, with two <br>&gt; corresponding instances of vtkRenderer, ren1 and ren2. Say that you want to
<br>&gt; modify ren2´s camera according to whatever interaction you perform on ren1<br>&gt; (via a vtkRenderWindowInteractor). The command to accomplish that is : <br>&gt; &gt;<br>&gt; &gt; ren2-&gt;SetActiveCamera(ren1-&gt;GetActiveCamera());
<br>&gt; &gt;<br>&gt; &gt; Hope this help<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luca<br>&gt; &gt;<br>&gt; &gt; _______________________________________________ <br>&gt; &gt; This is the private VTK discussion list.<br>&gt; &gt; Please keep messages on-topic. Check the FAQ at:
<br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; 
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt;
<br>&gt; --<br>&gt; ---------------------------------------------------------------------------<br>&gt; Sicilia Ferreira Judice <br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.lncc.br/%7Esicilia" target="_blank">
www.lncc.br/~sicilia</a><br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sicilia@lncc.br" target="_blank">sicilia@lncc.br</a><br>&gt;<br>&gt; Laboratório Nacional de Computação Cientifica<br>
&gt; Avenida Getulio Vargas, 333 - Quitandinha.<br>&gt; Petrópolis, RJ, Brasil - CEP: 25651-075.<br>&gt; Sala 1A-44&nbsp; | Tel. +55 (24) 2233-6173 <br>&gt; Lab. Virtual | Tel. +55 (24) 2233-6098<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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">
http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt;<br>&gt;<br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers 
</a><br><br></span></div></font>
<p></p>
<p></p></p></div></blockquote></div><br><br clear="all"><br>&nbsp;</div></div>-- 
<div>
<div></div>
<div><br>---------------------------------------------------------------------------<br>Sicilia Ferreira Judice<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.lncc.br/%7Esicilia" target="_blank">
www.lncc.br/~sicilia </a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sicilia@lncc.br" target="_blank">sicilia@lncc.br</a><br><br>Laboratório Nacional de Computação Cientifica<br>Avenida Getulio Vargas, 333 - Quitandinha.
<br>Petrópolis, RJ, Brasil - CEP: 25651-075. <br>Sala 1A-44&nbsp;&nbsp;| Tel. +55 (24) 2233-6173 <br>Lab. Virtual | Tel. +55 (24) 2233-6098 </div></div><br></span></div>_______________________________________________<span class="q">
<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ 
</a><br>Follow this link to subscribe/unsubscribe:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br><br></span></blockquote></div><br><br clear="all"><br>-- <br>Sometimes it&#39;s hard to tell the dancer from the dance - Corwin in CoC </blockquote></div><br><br clear="all"><br>-- <br>---------------------------------------------------------------------------
<br>Sicilia Ferreira Judice<br><a href="http://www.lncc.br/~sicilia">www.lncc.br/~sicilia</a><br><a href="mailto:sicilia@lncc.br">sicilia@lncc.br</a><br><br>Laboratório Nacional de Computação Cientifica<br>Avenida Getulio Vargas, 333 - Quitandinha.
<br>Petrópolis, RJ, Brasil - CEP: 25651-075. <br>Sala 1A-44&nbsp;&nbsp;| Tel. +55 (24) 2233-6173<br>Lab. Virtual | Tel. +55 (24) 2233-6098