Re: [JAVA3D] Creating stereo 3D visualisations In Java3D

2005-01-17 Thread NUMI Visitor NMIV22
Can you explain further? How and where do you adjust the default eye change? We adjusted the eye separation this way. body.setLeftEyePosition(new Point3d(-0.005,0,0)); body.setRightEyePosition(new Point3d(0.005,0,0)); Really hope you can enlighten us? Steven -Original Messag

Re: [JAVA3D] Creating stereo 3D visualisations In Java3D

2005-01-17 Thread Jack Gundrum
Last time I used Java3D stereo you still had to change the default eye seperation which is set to wide for the simple stereo canvas. This is most likely what you are talking about. NUMI Visitor NMIV22 wrote: Here's my encounter with setting stereo in Java3D. Hope you could enlighten me. My stereo