Updated wrappers

This commit is contained in:
Robert Osfield
2006-09-01 13:34:05 +00:00
parent 47f64a6060
commit d2533dfcc0
269 changed files with 731 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/BoundingBox>
@@ -19,6 +20,7 @@
#include <osg/StateSet>
#include <osg/Vec3>
#include <osg/Vec4>
#include <osg/Viewport>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
@@ -81,6 +83,7 @@ BEGIN_OBJECT_REFLECTOR(osg::CullingSet)
I_Method0(void, popCurrentMask);
I_Method1(void, disableAndPushOccludersCurrentMask, IN, osg::NodePath &, nodePath);
I_Method1(void, popOccludersCurrentMask, IN, osg::NodePath &, nodePath);
I_StaticMethod3(osg::Vec4, computePixelSizeVector, IN, const osg::Viewport &, W, IN, const osg::Matrix &, P, IN, const osg::Matrix &, M);
I_WriteOnlyProperty(const osg::CullingSet &, );
I_Property(osg::CullingSet::Mask, CullingMask);
I_Property(osg::Polytope &, Frustum);