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

@@ -34,12 +34,14 @@
TYPE_NAME_ALIAS(std::vector< const osg::StateSet * >, osg::State::StateSetStack)
BEGIN_ENUM_REFLECTOR(osg::State::CheckForGLErrors)
I_DeclaringFile("osg/State");
I_EnumLabel(osg::State::NEVER_CHECK_GL_ERRORS);
I_EnumLabel(osg::State::ONCE_PER_FRAME);
I_EnumLabel(osg::State::ONCE_PER_ATTRIBUTE);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::State)
I_DeclaringFile("osg/State");
I_BaseType(osg::Referenced);
I_Constructor0(____State,
"",
@@ -849,6 +851,7 @@ BEGIN_OBJECT_REFLECTOR(osg::State)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::State::DynamicObjectRenderingCompletedCallback)
I_DeclaringFile("osg/State");
I_BaseType(osg::Referenced);
I_Constructor0(____DynamicObjectRenderingCompletedCallback,
"",