Updated wrappers

This commit is contained in:
Robert Osfield
2007-02-09 16:27:43 +00:00
parent 9aae37e357
commit 7a6d68e9d3
2 changed files with 6 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
#include <osg/Object>
#include <osgShadow/ShadowTechnique>
#include <osgShadow/ShadowedScene>
#include <osgUtil/CullVisitor>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
@@ -65,8 +66,8 @@ BEGIN_OBJECT_REFLECTOR(osgShadow::ShadowTechnique)
__void__update__osg_NodeVisitor_R1,
"run the update traversal of the ShadowedScene and update any loca chached data structures. ",
"");
I_Method1(void, cull, IN, osg::NodeVisitor &, nv,
__void__cull__osg_NodeVisitor_R1,
I_Method1(void, cull, IN, osgUtil::CullVisitor &, cv,
__void__cull__osgUtil_CullVisitor_R1,
"run the cull traversal of the ShadowedScene and set up the rendering for this ShadowTechnique. ",
"");
I_Method0(void, cleanSceneGraph,

View File

@@ -14,6 +14,7 @@
#include <osg/NodeVisitor>
#include <osg/Object>
#include <osgShadow/ShadowVolume>
#include <osgUtil/CullVisitor>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
@@ -60,8 +61,8 @@ BEGIN_OBJECT_REFLECTOR(osgShadow::ShadowVolume)
__void__update__osg_NodeVisitor_R1,
"run the update traversal of the ShadowedScene and update any loca chached data structures. ",
"");
I_Method1(void, cull, IN, osg::NodeVisitor &, nv,
__void__cull__osg_NodeVisitor_R1,
I_Method1(void, cull, IN, osgUtil::CullVisitor &, cv,
__void__cull__osgUtil_CullVisitor_R1,
"run the cull traversal of the ShadowedScene and set up the rendering for this ShadowTechnique. ",
"");
I_Method0(void, cleanSceneGraph,