Hi, On Wednesday, June 26, 2013 08:11:55 Robert Osfield wrote: > On 26 June 2013 07:45, Mathias Fröhlich <[email protected]> wrote: > > The attached file replaces the deprecated geometry use in osgSim. > > Thanks changes merged and submitted to svn/trunk. Thanks.
> > Note that the BIND_OVERALL flag is still present in osg::Geometry. > > The enum BIND_OVERALL is still valid usage with the new cleaned up > osg::Geometry, I don't ever expect it to be deprecated as long as > OpenGL supports passing attribute data via glVertexAttrib*. Same > applies to BIND_PER_PRIMITIVE_SET. So... I'm curious what you meant > by your statement, I you expecting this to be deprecated or are > talking about something different? No, I expected this *not* to be deprecated for the very same reason. 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. Greetings Mathias _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
