Hi
I would like to go through the Canvas3D scene and
along the way display the world and the local coordinates. There are
methods in Canvas3D (getVworldToImagePlate() and getImagePlateToVworld() ) and
Node (getLocalToVworld() ) but those all need a TransformGroup.. what if it's
just the mouse moving? I realize I can place a java.awt.MouseListener and
implement it in a Canvas3D but is there a way in Java3D that would allow me to
get a reference point under the mouse pointer?
Jay
|