- To: Bill Hibbard <billh@xxxxxxxxxxxxx>
- Subject: Coordinate System and eye
- From: Sylvain Fourny <sylvain.fourny@xxxxxxxxx>
- Date: Tue, 17 Apr 2001 16:09:51 +0200
Hi Bill,
I've got one question about Coordinate System in VisAD. What is the link
between the coordinate system of the samples and the coordinate system
of Java3d ? In fact, my question is "how to locate the centered eye ?"
If I use :
Canvas3D canvas = disp_rend.getCanvas();
Point3d eye_position = new Point3d();
canvas.getCenterEyeInImagePlate(eye_position);
I got {0,0,0}.
Is there a method that gives the eye position in the same coordinate
system as the samples ?
Thanks in advance
-Sylvain-
- Follow-Ups:
- Re: Coordinate System and eye
- From: Bill Hibbard
- Re: Coordinate System and eye