Hello, I wan't to modifie the value of every vertex read from a file *.ive. But i can't find where the vertex are read.
I read the file with : osg::ref_ptr<osg::Node> loadedModel = osgDB::readNodeFile(file); Then with the debug i have found that it goes in : ReaderWriter::ReadResult Registry::read(const ReadFunctor& readFunctor) But after i don't know. If someone knows where the values of the vertex are read it will be helpfull. Thanks.
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
