From 1f4060ead600618d8e44d017e76af17ae37f061e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 1 Mar 2010 13:10:58 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/introspection/osgShadow/ShadowTechnique.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/osgWrappers/introspection/osgShadow/ShadowTechnique.cpp b/src/osgWrappers/introspection/osgShadow/ShadowTechnique.cpp index 4ff55dd95..45af9db74 100644 --- a/src/osgWrappers/introspection/osgShadow/ShadowTechnique.cpp +++ b/src/osgWrappers/introspection/osgShadow/ShadowTechnique.cpp @@ -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);