Hi Bob Gray, Java3D.org has examples of creating red/green images (for use with glasses) and stereoscopic pairs (for use with stereoscopes). Take a look at:
http://www.java3d.org/Stereo.html http://www.java3d.org/StereoGirl.html http://www.java3d.org/RedGreenGriffin.html http://www.java3d.org/RedGreenGirl.html The code should be easy to adapt for your own programs. Cross-eyed viewing is similar to the stereoscopic version except you need to add a reflection transform (and hope that Sun have fixed the bug with reflection transforms). Also, you could take a look at www.fungames.org for a slightly more elaborate example (A game similar to Q*bert). HTH. =========================================================================== 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".