Hello,
I had the same problem and solved it by setting the eye positions as
follows:
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);
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);
Try these values and if it doesn't work, well.. it worked for me! Let me
know, may be I'll be able to help.
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".