Re: [osg-users] Possible Bug in osg::AutoTransform

2007-07-24 Thread Cysneros, Nelson SPAWAR
t: Tuesday, July 24, 2007 1:16 AM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Possible Bug in osg::AutoTransform Hi Nelson, This isn't a bug, when you do scale to screen what it does it uses puts the subgraph into screen space by adjusting the scale parameter to fit. If you want to change the

Re: [osg-users] Possible Bug in osg::AutoTransform

2007-07-24 Thread Peter Gebauer
; > postrans->addChild(at); > > root->addChild(postrans); > > return root; > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robert > Osfield > Sent: Tuesday, July 24, 2007 1:16

Re: [osg-users] Possible Bug in osg::AutoTransform

2007-07-24 Thread Cysneros, Nelson SPAWAR
Scale( modelScale ); > > postrans->addChild(at); > > root->addChild(postrans); > > return root; > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Osfield > Sent: Tuesda

Re: [osg-users] Possible Bug in osg::AutoTransform

2007-07-24 Thread Cysneros, Nelson SPAWAR
Thanks again -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Gebauer Sent: Tuesday, July 24, 2007 11:09 AM To: osg-users@lists.openscenegraph.org; [EMAIL PROTECTED] Subject: Re: [osg-users] Possible Bug in osg::AutoTransform Hi! I've bee