Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-27 19:39:00 +00:00
parent 78ed8f9219
commit 90f355bd4e
5 changed files with 160 additions and 13 deletions

View File

@@ -32,9 +32,9 @@ BEGIN_OBJECT_REFLECTOR(osgTerrain::GeometryTechnique)
____GeometryTechnique__C5_GeometryTechnique_R1__C5_osg_CopyOp_R1,
"Copy constructor using CopyOp to manage deep vs shallow copy. ",
"");
I_Method0(void, initialize,
I_Method0(void, init,
Properties::VIRTUAL,
__void__initialize,
__void__init,
"",
"");
I_Method1(void, update, IN, osgUtil::UpdateVisitor *, nv,