Re: [osg-users] Absolute position of an object

2010-04-15 Thread daniele argiolas
Tomlinson, Gordon wrote: As you don't show your code I have to ask a couple of obvious questions Is the node you loaded a child of the PAT? Has the PAT been added to the Scene? Gordon Tomlinson Product Manager 3d Technology Project Wyvern Overwatch(r) An Operating Unit of Textron

[osg-users] Absolute position of an object

2010-04-14 Thread daniele argiolas
Hi, I create a simple scene with osg where I load an osg model. Then I try to position it with PositionAttitudeTransform and setPosition but it remains always in the same position (center of the scene). How can I position objects in absolute way? Thank you! Cheers, daniele --

Re: [osg-users] Absolute position of an object

2010-04-14 Thread Tomlinson, Gordon
- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of daniele argiolas Sent: Wednesday, April 14, 2010 12:00 PM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Absolute position of an object Hi, I create a simple scene with osg

Re: [osg-users] Absolute position of an object

2010-04-14 Thread Paul Martz
daniele argiolas wrote: Hi, I create a simple scene with osg where I load an osg model. Then I try to position it with PositionAttitudeTransform and setPosition but it remains always in the same position (center of the scene). How can I position objects in absolute way? The viewer always