Updated wrappers

This commit is contained in:
Robert Osfield 2010-03-01 13:10:58 +00:00
parent ba3971bb45
commit 1f4060ead6

View File

@ -95,6 +95,12 @@ BEGIN_OBJECT_REFLECTOR(osgShadow::ShadowTechnique)
__void__dirty,
"Dirty so that cached data structures are updated. ",
"");
I_ProtectedMethod1(osg::Vec3, computeOrthogonalVector, IN, const osg::Vec3 &, direction,
Properties::NON_VIRTUAL,
Properties::CONST,
__osg_Vec3__computeOrthogonalVector__C5_osg_Vec3_R1,
"",
"");
I_SimpleProperty(osgShadow::ShadowedScene *, ShadowedScene,
__ShadowedScene_P1__getShadowedScene,
0);