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

@@ -27,6 +27,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::TexGen::Mode)
I_DeclaringFile("osg/TexGen");
I_EnumLabel(osg::TexGen::OBJECT_LINEAR);
I_EnumLabel(osg::TexGen::EYE_LINEAR);
I_EnumLabel(osg::TexGen::SPHERE_MAP);
@@ -35,6 +36,7 @@ BEGIN_ENUM_REFLECTOR(osg::TexGen::Mode)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::TexGen::Coord)
I_DeclaringFile("osg/TexGen");
I_EnumLabel(osg::TexGen::S);
I_EnumLabel(osg::TexGen::T);
I_EnumLabel(osg::TexGen::R);
@@ -42,6 +44,7 @@ BEGIN_ENUM_REFLECTOR(osg::TexGen::Coord)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TexGen)
I_DeclaringFile("osg/TexGen");
I_BaseType(osg::StateAttribute);
I_Constructor0(____TexGen,
"",