Hey everyone.  I'm working on a 3D interface that involves both moving the
viewing platform as well as moving objects in the virtual world.

Is there a simple way to say "what point in 3D space is at x,y on the
screen, at a depth of d meters?" -- I guess the best way is just to take the
Canvas3D.getImagePlateToVworld() result, and use it to transform a
point3d(x,y,d)?  Would that even do what I want?

In most 3D APIs I've worked with, there's a "give me virtual space
coordinates for screen x,y, depth d" function...

Thanks.

===========================================================================
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".

Reply via email to