Re: [JAVA3D] Transform3D with both rotation and translation

2000-12-13 Thread Chu Tan
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

Re: [JAVA3D] Transform3D with both rotation and translation

2000-12-13 Thread Eric Reiss
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 >

Re: [JAVA3D] Transform3D with both rotation and translation

2000-12-13 Thread Neil Henderson
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

Re: [JAVA3D] Transform3D with both rotation and translation

2000-12-13 Thread Dipl. Ing. Paul Szawlowski
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

Re: [JAVA3D] Transform3D with both rotation and translation

2000-12-13 Thread Allan Bredahl
- 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

Re: [JAVA3D] Transform3D with both rotation and translation

2000-12-13 Thread Kiss Tibor
( 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

Re: [JAVA3D] Transform3D with both rotation and translation

2000-12-13 Thread Brunner Cedric
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

[JAVA3D] Transform3D with both rotation and translation

2000-12-12 Thread Allan Bredahl
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