Updated wrappers
This commit is contained in:
@@ -9,15 +9,7 @@
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/BoundingBox>
|
||||
#include <osg/BoundingSphere>
|
||||
#include <osg/ConvexPlanarOccluder>
|
||||
#include <osg/CullStack>
|
||||
#include <osg/Matrix>
|
||||
#include <osg/Node>
|
||||
#include <osg/Polytope>
|
||||
#include <osg/ShadowVolumeOccluder>
|
||||
#include <osg/Vec3>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
#ifdef IN
|
||||
@@ -29,31 +21,7 @@
|
||||
|
||||
TYPE_NAME_ALIAS(std::vector< osg::Polytope >, osg::ShadowVolumeOccluder::HoleList);
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osg::ShadowVolumeOccluder)
|
||||
I_Constructor1(IN, const osg::ShadowVolumeOccluder &, svo);
|
||||
I_Constructor0();
|
||||
I_MethodWithDefaults4(bool, computeOccluder, IN, const osg::NodePath &, nodePath, , IN, const osg::ConvexPlanarOccluder &, occluder, , IN, osg::CullStack &, cullStack, , IN, bool, createDrawables, false);
|
||||
I_Method0(void, disableResultMasks);
|
||||
I_Method0(void, pushCurrentMask);
|
||||
I_Method0(void, popCurrentMask);
|
||||
I_Method1(bool, matchProjectionMatrix, IN, const osg::Matrix &, matrix);
|
||||
I_Method1(void, setNodePath, IN, osg::NodePath &, nodePath);
|
||||
I_Method0(osg::NodePath &, getNodePath);
|
||||
I_Method0(const osg::NodePath &, getNodePath);
|
||||
I_Method0(float, getVolume);
|
||||
I_Method0(osg::Polytope &, getOccluder);
|
||||
I_Method0(const osg::Polytope &, getOccluder);
|
||||
I_Method0(osg::ShadowVolumeOccluder::HoleList &, getHoleList);
|
||||
I_Method0(const osg::ShadowVolumeOccluder::HoleList &, getHoleList);
|
||||
I_Method1(bool, contains, IN, const std::vector< osg::Vec3 > &, vertices);
|
||||
I_Method1(bool, contains, IN, const osg::BoundingSphere &, bound);
|
||||
I_Method1(bool, contains, IN, const osg::BoundingBox &, bound);
|
||||
I_Method1(void, transformProvidingInverse, IN, const osg::Matrix &, matrix);
|
||||
I_ReadOnlyProperty(osg::ShadowVolumeOccluder::HoleList &, HoleList);
|
||||
I_Property(osg::NodePath &, NodePath);
|
||||
I_ReadOnlyProperty(osg::Polytope &, Occluder);
|
||||
I_ReadOnlyProperty(float, Volume);
|
||||
END_REFLECTOR
|
||||
TYPE_NAME_ALIAS(std::vector< osg::Polytope >, osg::ShadowVolumeOccluder::HoleList);
|
||||
|
||||
TYPE_NAME_ALIAS(std::vector< osg::ShadowVolumeOccluder >, osg::ShadowVolumeOccluderList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user