Hi Robert,

Could you try an svn update ;-)

Ah yes, missing the commit of the modified header was another possible explanation :-)

As a general comment, about the new method:

   inline unsigned int getNumTextureAttributeLists() const
       { return _textureAttributeList.size(); }

The name should probably be getNumTextureAttributes(), not getNumTextureAttributeLists(). There is only one _textureAttributeList, and the method returns its size. So it's the number of texture attributes. I would expect getNumTextureAttributeLists() to always return 1 :-)

Same thing for getNumTextureModeLists() --> getNumTextureModes().

Just my opinion.

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to