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

@@ -28,12 +28,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::View::LightingMode)
I_DeclaringFile("osg/View");
I_EnumLabel(osg::View::NO_LIGHT);
I_EnumLabel(osg::View::HEADLIGHT);
I_EnumLabel(osg::View::SKY_LIGHT);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::View)
I_DeclaringFile("osg/View");
I_BaseType(osg::Object);
I_Constructor0(____View,
"",
@@ -189,6 +191,7 @@ BEGIN_OBJECT_REFLECTOR(osg::View)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::View::Slave)
I_DeclaringFile("osg/View");
I_ConstructorWithDefaults1(IN, bool, useMastersSceneData, true,
Properties::NON_EXPLICIT,
____Slave__bool,