On 29/03/10 16:37 , Mike Wozniewski wrote: > Attach the cowNode under a transform node. eg, a > PositionAttitudeTransform. Say PATnode. > > Then, PATnode->setScale(osg::Vec3(x,y,z)) allows you to scale > independently for each axis.
... and make sure you set GL_RESCALE_NORMAL or GL_NORMALIZE in the active StateSet to normalise the normals. (see include/osg/Transform) /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

