Re: [osg-users] Matrix Manipulators and set coordinate frame callback. Different behavior in 2.4?

2008-08-04 Thread Dorosky, Christopher G
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Sunday, August 03, 2008 7:09 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Matrix Manipulators and set coordinate frame callback. Different behavior in 2.4? Hi Chris, I'm not entirely clear on what bit isn't working

Re: [osg-users] Matrix Manipulators and set coordinate frame callback. Different behavior in 2.4?

2008-08-04 Thread Robert Osfield
Subject: Re: [osg-users] Matrix Manipulators and set coordinate frame callback. Different behavior in 2.4? Hi Chris, I'm not entirely clear on what bit isn't working, is it that you are using osgProducer::Viewer from osgProducer SVN with OpenSceneGraph-2.4 and this is behaving differently

Re: [osg-users] Matrix Manipulators and set coordinate frame callback. Different behavior in 2.4?

2008-08-04 Thread Robert Osfield
Hi Chris, On Mon, Aug 4, 2008 at 8:00 PM, Dorosky, Christopher G [EMAIL PROTECTED] wrote: Works as expected for manipulators 2-4 (flight, drive, terrain). Doesn't work for #1, which is the trackball manipulator. Or maybe there is some problem selecting the trackball manipulator, but I don't

Re: [osg-users] Matrix Manipulators and set coordinate frame callback. Different behavior in 2.4?

2008-08-03 Thread Robert Osfield
Hi Chris, I'm not entirely clear on what bit isn't working, is it that you are using osgProducer::Viewer from osgProducer SVN with OpenSceneGraph-2.4 and this is behaving differently from osgProducer and OpenSceneGaph-1.2? Robert. On Mon, Jul 28, 2008 at 4:19 PM, Dorosky, Christopher G [EMAIL

[osg-users] Matrix Manipulators and set coordinate frame callback. Different behavior in 2.4?

2008-07-28 Thread Dorosky, Christopher G
Hello all, Under OSG 1.2, I controlled the orientation of an osgGA manipulator through the use of a coordinate frame callback. Under 2.4, I am using the same exact code, but the callback never happens. Here is the code snippet. Viewer is osgProducer (yes, still). This loop runs 4 times.