<div>Hi all vtkusers,</div>
<div> </div>
<div>I&#39;m now trying to generate stereo views using vtk.</div>
<div>First, I created two vtkMFCwindow instances, and two views (for left and right eye) were displayed; each translated a little bit as follows.</div>
<p> renderer-&gt;SetBackground(1, 0, 0);<br> maincamera-&gt;SetPosition(-5, 0, 300); <br> renderer-&gt;SetActiveCamera(maincamera);<br> <br> renderer2-&gt;SetBackground(0, 0, 1);<br> maincamera2-&gt;SetPosition(5, 0, 300);<br>
 renderer2-&gt;SetActiveCamera(maincamera2);</p>
<div>In this case, the interactor of each window cannot be duplicated.</div>
<div>When I control (rotate or translate) the window (#1) using mouse, another window (#2) should consequentially be rotated or translated.</div>
<div> </div>
<div>Is there any function or something to interact two interactions of vtkMFCwindow.</div>
<div>Thanks in advance.</div>
<div> </div>
<div>JY</div>