I have a geode that I have added as a child to a osg::PositionAttitudeTransform.
If I call setPosition (x,y,z), it seems to work OK. If I then call setScale with (1.,1.,1.) as arguments, it doesn't change as expected. But, if I change the scale values to something other than one, in addition to scaling the object, it also moves it. How do I separate the two so that setScale only scales after a translation, not move it to? _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

