Hello,
This has been posted before but if you have the hardware, this is the
code required:
Point3d leftp3d = new Point3d(0.142,0.135,0.4572);
exampleCanvas.setLeftManualEyeInImagePlate(leftp3d);
Point3d rightp3d = new Point3d(0.152,0.135,0.4572);
exampleCanvas.setRightManualEyeInImagePlate(rightp3d);
exampleCanvas.setStereoEnable(true);
also:
PhysicalBody pb = new PhysicalBody();
Point3d lefteye = new Point3d(-0.005,0.0,0.0);
pb.setLeftEyePosition(lefteye);
Point3d righteye = new Point3d(0.005,0.0,0.0);
pb.setRightEyePosition(righteye);
I hope this helps.
Mojtaba
===========================================================================
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".