Hi Mathias, On 26 June 2013 09:44, Mathias Fröhlich <[email protected]> wrote: > I wondered why you moved setting this binding flag over to osg_deprecated. > But given there is no 'using osg::Geometry::setNormalBinding' in the > deprecated geometry I see now that you needed this to make it compile.
Moving the AttributeBinding::BIND_PER_PRIMITIVE into deprecated_osg::Geometry was something I wanted to do to clean up osg::Geometry so it didn't have any of the deprecated functionality, unfortunately in doing this I had to replicate the rest of the AttributeBinding and all the associated get/setBinding() methods. osg::Geometry::AttributeBinding and associated set/get*Binding() methods are also ear marked for deprecation but I'll do this once 3.2 is out the door. For now I just want to make it clear what parts are no longer fully supported. -- On a slightly different note, have you tried compiling FlightGear against these changes to osg::Geometry? I'm hoping it won't require too much porting work. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
