Hi Sebastian, I got the bit between my teeth and converted the all the OSG code base that I can compile on my system over to using just the new osg::Geometry/osg::Array usage, without using the deprecated Geometry::s/get*Binding() methods. It's taken my a while to get everything compiling but am now pretty happy with the result. Changes are now checked into svn/trunk.
If you want to clean up your own code then comment out the following line from the top of the include/osg/Geometry file: #define OSG_DEPRECATED_GEOMETRY_BINDING 1 Then once you've built the OSG and your own application any deprecated usage won't compile. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
