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

@@ -25,18 +25,21 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::PolygonMode::Mode)
I_DeclaringFile("osg/PolygonMode");
I_EnumLabel(osg::PolygonMode::POINT);
I_EnumLabel(osg::PolygonMode::LINE);
I_EnumLabel(osg::PolygonMode::FILL);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::PolygonMode::Face)
I_DeclaringFile("osg/PolygonMode");
I_EnumLabel(osg::PolygonMode::FRONT_AND_BACK);
I_EnumLabel(osg::PolygonMode::FRONT);
I_EnumLabel(osg::PolygonMode::BACK);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::PolygonMode)
I_DeclaringFile("osg/PolygonMode");
I_BaseType(osg::StateAttribute);
I_Constructor0(____PolygonMode,
"",