Re: [osg-users] Applying Rotation To An Object?

2010-04-26 Thread Robert Osfield
Hi Eillot, You either need to write your own callback to update the PossitionAttitudeTransform's rotation directly yourself, composing the two rotation using the osg::Quat class, or use two seperate transforms arranged in a parent child relationship. Robert. On Mon, Apr 26, 2010 at 3:51 AM,

Re: [osg-users] Applying Rotation To An Object?

2010-04-26 Thread Elliot Pilkington
Thank you for your reply, Though i still cant get the code correct to make two rotations. I just cant get any of the code combinations that I've tried to perform two rotations. If anyone has any sample code which illustrates rotations it would be very much appreciated. --

Re: [osg-users] Applying Rotation To An Object?

2010-04-26 Thread Tomlinson, Gordon
Unit of Textron Systems -Original Message- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Elliot Pilkington Sent: Monday, April 26, 2010 7:25 PM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Applying Rotation