Skip to content

Commit

Permalink
Updated wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 28, 2009
1 parent ac264a4 commit 4004b37
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/osgWrappers/osg/CullStack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ BEGIN_OBJECT_REFLECTOR(osg::CullStack)
__void__reset,
"",
"");
I_Method0(void, pushCullingSet,
Properties::NON_VIRTUAL,
__void__pushCullingSet,
"",
"");
I_Method0(void, popCullingSet,
Properties::NON_VIRTUAL,
__void__popCullingSet,
"",
"");
I_Method1(void, setOccluderList, IN, const osg::ShadowVolumeOccluderList &, svol,
Properties::NON_VIRTUAL,
__void__setOccluderList__C5_ShadowVolumeOccluderList_R1,
Expand Down Expand Up @@ -244,18 +254,6 @@ BEGIN_OBJECT_REFLECTOR(osg::CullStack)
__C5_osg_Vec3__getLookVectorLocal,
"",
"");
I_ProtectedMethod0(void, pushCullingSet,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__pushCullingSet,
"",
"");
I_ProtectedMethod0(void, popCullingSet,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__popCullingSet,
"",
"");
I_ProtectedMethod0(void, computeFrustumVolume,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
Expand Down

0 comments on commit 4004b37

Please sign in to comment.