Re: [JAVA3D] Finding 3D points on 2D viewing screen

2004-01-31 Thread Jason Kyle Cheatham
Check out www.j3d.org and download from the code repository. It has a ViewFrustum class that allows you to get the info you need. Jason Cheatham On Sat, 31 Jan 2004 17:12:07 -0500 Mark McKay <[EMAIL PROTECTED]> wrote: I have a number of points in my scene graph that I would like to know the 2D c

[JAVA3D] Finding 3D points on 2D viewing screen

2004-01-31 Thread Mark McKay
I have a number of points in my scene graph that I would like to know the 2D coordinates of on my Canvas3D. This is so I can position Java2D labels adjacent to these points. Translating the points into view space isn't too hard, but Java3D completely encapsulates the viewing frutsum, so I do not