Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-21 15:04:56 +00:00
parent b052e18f6e
commit 6b59b1739f
7 changed files with 988 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include <osg/Node>
#include <osg/NodeVisitor>
#include <osg/OccluderNode>
#include <osg/OcclusionQueryNode>
#include <osg/PagedLOD>
#include <osg/PositionAttitudeTransform>
#include <osg/Projection>
@@ -322,6 +323,11 @@ BEGIN_OBJECT_REFLECTOR(osg::NodeVisitor)
__void__apply__OccluderNode_R1,
"",
"");
I_Method1(void, apply, IN, osg::OcclusionQueryNode &, node,
Properties::VIRTUAL,
__void__apply__OcclusionQueryNode_R1,
"",
"");
I_Method1(void, setDatabaseRequestHandler, IN, osg::NodeVisitor::DatabaseRequestHandler *, handler,
Properties::NON_VIRTUAL,
__void__setDatabaseRequestHandler__DatabaseRequestHandler_P1,