Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-08 10:42:52 +00:00
parent b1909ff55a
commit c8a5db6a71
313 changed files with 742 additions and 0 deletions

View File

@@ -26,12 +26,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Material::Face)
I_DeclaringFile("osg/Material");
I_EnumLabel(osg::Material::FRONT);
I_EnumLabel(osg::Material::BACK);
I_EnumLabel(osg::Material::FRONT_AND_BACK);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::Material::ColorMode)
I_DeclaringFile("osg/Material");
I_EnumLabel(osg::Material::AMBIENT);
I_EnumLabel(osg::Material::DIFFUSE);
I_EnumLabel(osg::Material::SPECULAR);
@@ -41,6 +43,7 @@ BEGIN_ENUM_REFLECTOR(osg::Material::ColorMode)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Material)
I_DeclaringFile("osg/Material");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Material,
"",