HI Laurens, Sorry about this, missed a Geometry.cpp checkin after making some changes to the Array header that I obviously checked in... My solution was to use the number 3, hard coded version. I've done this as I'm attempting to get Geometry.cpp and the most of the rest of the OSG to compile without the old deprecated methods compiled in by default. Could you try an svn update and let me know how you get on.
Robert. On 18 June 2013 16:51, Laurens Voerman <[email protected]> wrote: > Hi Robert, > current svn doesn't compile because there are still references to the > removed enum osg::Array::BIND_PER_PRIMITIVE (6x) in > OpenSceneGraph\src\osg\Geometry.cpp > > replacing by BIND_PER_PRIMITIVE does the trick (attached), > maybe you prefer osg::Geometry::BIND_PER_PRIMITIVE. > > > Regards, Laurens. > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
