El Sunday 09 March 2008 22:43:36 Renan Mendes escribió: > Hi, > > I'm new in using open source software. Because of that I don't know > how to modify the library's code according to my needs. For instance, I'd > like to create a getCoefficients() function in osg::Matrix, but I don't > know where to make that change. I'm using windows and I've followed the > installation step-by-step guide shown on OSG's website. Can anybody teach > me how to do it? Thanks. > > Renan M Z Mendes
Hi, look for Matrixf header file in the include/osg directory. There you can plug your method. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

