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

@@ -32,6 +32,7 @@
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osg::Vec3Array > >, osgSim::SphereSegment::LineList)
BEGIN_ENUM_REFLECTOR(osgSim::SphereSegment::DrawMask)
I_DeclaringFile("osgSim/SphereSegment");
I_EnumLabel(osgSim::SphereSegment::SURFACE);
I_EnumLabel(osgSim::SphereSegment::SPOKES);
I_EnumLabel(osgSim::SphereSegment::EDGELINE);
@@ -40,6 +41,7 @@ BEGIN_ENUM_REFLECTOR(osgSim::SphereSegment::DrawMask)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgSim::SphereSegment)
I_DeclaringFile("osgSim/SphereSegment");
I_BaseType(osg::Geode);
I_Constructor0(____SphereSegment,
"Default constructor. ",
@@ -241,6 +243,7 @@ BEGIN_OBJECT_REFLECTOR(osgSim::SphereSegment)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::Vec3Array >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");