Given a scene graph node (a shape3d, a Primitive, etc), I need
to know which is the total transformation (actually only the
translation, not the rotation) realtive to the origin applied over
this node.

  This can help you to understand what I need: I pick an 3D object
(tree, house, etc..) in my Canvas3D and I want to move (translate)
the camera (view) to the point where this object is placed over the
terrain, but I can�t get its real coordinates because, for instance,
all the houses in the scene are the same Shape3D (a 3D model centered
at the the origin (0,0,0)) which I place in different coordinates with
TransformGroup nodes.

...help?


Thank you.

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