Hi Robert, I found it in the osg 2.8.0 ... and I'm still using 2.6.1 for the moment.
Sorry ! Thanks, Vincent. 2009/3/25 Robert Osfield <[email protected]> > Hi Vincent, > > Please look again at the code... > > ~/OpenSceneGraph/include/osg$ grep postMultTranslate * > AnimationPath: matrix.postMultTranslate(_position); > AnimationPath: matrix.postMultTranslate(_position); > Matrixd: inline void postMultTranslate( const Vec3d& v ); > Matrixd: inline void postMultTranslate( const Vec3f& v ); > Matrixd:inline void Matrixd::postMultTranslate( const Vec3d& v ) > Matrixd:inline void Matrixd::postMultTranslate( const Vec3f& v ) > Matrixf: inline void postMultTranslate( const Vec3d& v ); > Matrixf: inline void postMultTranslate( const Vec3f& v ); > Matrixf:inline void Matrixf::postMultTranslate( const Vec3d& v ) > Matrixf:inline void Matrixf::postMultTranslate( const Vec3f& v ) > > > The methods are there and implemented. > > Robert. > > 2009/3/25 Vincent Bourdier <[email protected]> > >> Hi all, >> >> In the documentation of osg, I see the methods postMultTranslate() and >> postMultScale() but there are not in the code implementation ... >> Do I miss something ? >> >> If there were removed, why are there in the documentation ? : >> http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a00403.html#465aba2bc2e2d884f8120ec9aac8a888 >> >> Thanks. >> >> Regards, >> >> Vincent. >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> >> > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

