Re: [JAVA3D] transform question

2004-09-03 Thread Mike Pilone
: [JAVA3D] transform question Hi, what I want to be able to have is not the t3d resulting from all the multiplication of the t3d from the parent nodes. It the result of the coord point of the geometry after applying the transformation. Let me explain by an example. I have a triangle array with only one

Re: [JAVA3D] transform question

2004-09-03 Thread Serge Bernier
Hi, what I want to be able to have is not the t3d resulting from all the multiplication of the t3d from the parent nodes. It the result of the coord point of the geometry after applying the transformation. Let me explain by an example. I have a triangle array with only one triangle. The vertices

Re: [JAVA3D] transform question

2004-09-03 Thread Mike Pilone
ssion 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

Re: [JAVA3D] transform question

2004-09-03 Thread Andre Bialojahn
Serge, > 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 f

[JAVA3D] transform question

2004-09-02 Thread Serge Bernier
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 applyi