Take a look at Node#getLocalToVworld(...). It can give you the composite
transform. I am not completely sure, but you may have to multiply in the
view transform if you want the eye's perspective on the geometry, not just
the vworld coordinates.

-mike


-----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]
On Behalf Of Serge Bernier
Sent: Thursday, September 02, 2004 10:41 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] transform question

Hi all,

I have a geometry attach to a part of a biped and I can get all the
transform3D
info apply to the geometry.

Is it possible to have the final coord point of the geometry after applying
all
the transformations??

What I want it the final coord point display in the virtual world after
applying
the parent transform to the geometry. Not just the final t3d apply to the
geometry but all the final vertices positions. Is it possible???

Serge

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

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