On Fri, 2007-04-27 at 16:43 +0200, christophe loustaunau wrote: > 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.
I'm not entirely sure what you're asking, but the code for reading IVE files exists in: SVN/src/osgPlugins/ive/*. However, it isn't trivial, and encompasses about 14k lines of code... SVN/src/osgPlugins/ive/ReaderWriterIVE.cpp is where you would start; the Proxy object is instanced there... > Thanks. > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
