Re: [JAVA3D] Order of transformations.

2002-06-10 Thread Dipl. Ing. Paul Szawlowski
] On Behalf Of Zak Nixon > >Sent: Montag, 10. Juni 2002 19:23 > >To: [EMAIL PROTECTED] > >Subject: [JAVA3D] Order of transformations. > > > > > >I have this: > > > >BG-- > > | > > TG-This is the trans

Re: [JAVA3D] Order of transformations.

2002-06-10 Thread Andreas Jerke
the spec says in 3.1.2 j3d is rendering top to bottom . >-Original Message- >From: Discussion list for Java 3D API >[mailto:[EMAIL PROTECTED]] On Behalf Of Zak Nixon >Sent: Montag, 10. Juni 2002 19:23 >To: [EMAIL PROTECTED] >Subject: [JAVA3D] Order of transformations

[JAVA3D] Order of transformations.

2002-06-10 Thread Zak Nixon
I have this: BG-- | TG-This is the translation TransformGroup | TG -This is the rotation TransformGroup | TG -This is the scale TransformGroup | object Now, how does jav