You need to set the eye separation smaller;

PhysicalBody myBody = u.getViewer().getPhysicalBody();
                 myBody.setLeftEyePosition( new Point3d(-.0033, 0.0, 0.0));
// default is(-0.033, 0.0, 0.0)
                 myBody.setRightEyePosition(new Point3d(+.0033, 0.0, 0.0));


At 09:43 AM 7/12/02 +0100, you wrote:
>Hi,
>
>At the moment I hae an application I wish view in
>stereo, using the comand line instruction:
>
>Java -Dj3d.stereo=PREFERRED MyProgram
>
>(Try this with your applications)
>
>I am running in stereoscopic mode, but once I add
>movement of the view platform through the keyboard
>(KeyNavigationBehavior), the stereo still works but as
>you navigate the scene the two images seperate far too
>much and stop working in stereo correctly...What's
>going on? Can't you navigate a virtual world in
>stereo? Or do I have to make a complex navigation
>system? Help! I want to keep it simple!!
>
>Cheers
>KP
>
>__________________________________________________
>Do You Yahoo!?
>Everything you'll ever need on one web page
>from News and Sport to Email and Music Charts
>http://uk.my.yahoo.com
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff JAVA3D-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".

********************
Jack S. Gundrum
Visualization Group
Research Support
Academic Services and Emerging Technology Systems
Information Technology Services
Penn State University

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to