Message -
From: "Dipl. Ing. Paul Szawlowski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 13, 2000 4:35 AM
Subject: Re: [JAVA3D] Transform3D with both rotation and translation
> Try a book on omputer graphics like
> A. Watt
> 3D Computer Gra
ner Cedric" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, December 13, 2000 9:07 AM
> > Subject: Re: [JAVA3D] Transform3D with both rotation and translation
> >
> > > Allan Bredahl wrote:
> > >
> > > > HI all
>
Hi
>Try a book on omputer graphics like
>A. Watt
>3D Computer Graphics
>Addison Wesley
>ISBN 0-201-63186-5
>
>or any text book on linear algebra.
I'd defiantely agree with that. Alan Watts books are great and extremely
useful. Even if the bloke hasn't programmed himself in about 10 years and
pr
L PROTECTED]>
> Sent: Wednesday, December 13, 2000 9:07 AM
> Subject: Re: [JAVA3D] Transform3D with both rotation and translation
>
> > Allan Bredahl wrote:
> >
> > > HI all
> > >
> > > I'm construction a simple behavior to move and rotate an ob
-
From: "Brunner Cedric" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 13, 2000 9:07 AM
Subject: Re: [JAVA3D] Transform3D with both rotation and translation
> Allan Bredahl wrote:
>
> > HI all
> >
> > I'm constructi
( rotate );
TransformGroup tg = new TransformGroup( translate );
Tibor
> -Original Message-
> From: Allan Bredahl [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 12, 2000 8:31 PM
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] Transform3D with both rotation and translati
Allan Bredahl wrote:
> HI all
>
> I'm construction a simple behavior to move and rotate an object.
>
> My problem is that I want to both rotate and translate a TransformGroup.
>
> How is it possible to make one Transform3D do both rotation and translation,
> or is it possible to add more than one
HI all
I'm construction a simple behavior to move and rotate an object.
My problem is that I want to both rotate and translate a TransformGroup.
How is it possible to make one Transform3D do both rotation and translation,
or is it possible to add more than one Transform3D to a TransformGroup