Dear Sir/Madam
Sorry to bother you. I met some questions about stereoscopic images with
Java3D. What I want is create a stereo image with Java3D and display it on
the monitor. But I can't do that. the source I wrote as follows:
........
GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration();
Canvas3D c = new Canvas3D(config);
c.setStereoEnable(true); // set flag of stereo ENABLED
c.setDoubleBufferEnable(true);
c.setLeftEyeInImagePlate(new Point3d(0.142f, 0.135f, 0.4572f));
c.setRightEyeInImagePlate(new Point3d(0.208f, 0.135f, 0.4572f));
add("Center", c);
........
If you have any idea about that, let me know. Thanks.
The sources about that is highly appreciated and recommended.
Thank you very much.
BTW: I use virtual i-plasses to view these stereo images.
Best regards
Tan Dongquan
the sample image is(What I want to create):
http://members.xoom.com/tansir_gouki/fbg1a.gif
===========================================================================
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".