<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Dear developpers</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm stuck in a project having big problems to get 
the Stereo3D (page flipping) working. Need your help. I'm developping a 
stereographic&nbsp;<SPAN class=609423910-17122007>a</SPAN>pplication. For 
displaying the models I have bought the eMagnin Z800 (which supports page 
flipping input).<SPAN class=609423910-17122007> Page flipping means 
that&nbsp;the window output is alternating between left and right 
eye.</SPAN>&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>As I read I must use the 
SetStereoTypeToCrystalEyes() function to activate page flipping (<SPAN 
class=609423910-17122007>e</SPAN>ven if i dont have the crytal eyes), but it 
doesnt work. I can&nbsp;<SPAN class=609423910-17122007>only </SPAN>see the model 
as usual, no stereo 
3D.<BR>Code:<BR>&nbsp;...<BR>&nbsp;oRenWin.SetStereoCapableWindow(1);<BR>&nbsp;oRenWin.StereoRenderOn();<BR>&nbsp;oRenWin.SetStereoTypeToCrystalEyes();<BR>&nbsp;oRenWin.StereoUpdate();<BR>&nbsp;...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>But when&nbsp;<SPAN 
class=609423910-17122007>I</SPAN> set the stereo type to anaglyph mode, the 
model is displayed correctly for each eye (in red and 
cyan).<BR>Code:<BR>&nbsp;...<BR>&nbsp;oRenWin.SetStereoCapableWindow(1);<BR>&nbsp;oRenWin.StereoRenderOn();<BR>&nbsp;oRenWin.SetStereoTypeToAnaglyph();<BR>&nbsp;oRenWin.StereoUpdate();<BR>&nbsp;...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is there a problem with the 
SetStereoTypeToCrystalEyes() function or is my code implementation bad? Is there 
even an other function to use to activate page flipping?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've tried it in C++ and Java but it didnt do the 
page flipping.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>System specs:<BR>VTK Version 5.0.3<BR>OS: Win 
XP<BR>Implementation Language: Java<BR>Graphic card: Nvidia Geforce 6600 (Stereo 
3D capable)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would be very glad to get any help. Or maybe 
someone of you has already implemented something like this... anything would be 
great!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><FONT face=Arial size=2>Best Regards</FONT></DIV>
<DIV><SPAN class=609423910-17122007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=609423910-17122007><FONT face=Arial size=2>Marc 
Meidinger</FONT></SPAN></DIV></BODY></HTML>