Hi, I'm currently working with PositionAttitudeTransform controlled objects in my environment. Some objects are clearly too big, some too small. So I set their scale using the setScale function. Problem is that this scale is transmitted automatically to children of the Transforms, and I do not want that. Sure I could apply the inverse of the scale factor to each children, but that doesn't seem like a clean solution to me.
I want my children to receive the position and orientation modifications, alas not the scale modifications. There must be a simple way to do this, right ? Anyone has a clue? Thanks in advance! Cheers, JC ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=17354#17354 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

