From 2e7ef9ed628be88958d62efd59ab762234246526 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 21 Jan 2009 19:28:46 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgAnimation/Bone.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/osgWrappers/osgAnimation/Bone.cpp b/src/osgWrappers/osgAnimation/Bone.cpp index 559e2aa10..12a00537a 100644 --- a/src/osgWrappers/osgAnimation/Bone.cpp +++ b/src/osgWrappers/osgAnimation/Bone.cpp @@ -147,9 +147,9 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Bone) __C5_osg_Matrix_R1__getInvBindMatrixInSkeletonSpace, "", ""); - I_Method1(void, setBoneInSkeletonSpace, IN, const osg::Matrix &, matrix, + I_Method1(void, setMatrixInSkeletonSpace, IN, const osg::Matrix &, matrix, Properties::NON_VIRTUAL, - __void__setBoneInSkeletonSpace__C5_osg_Matrix_R1, + __void__setMatrixInSkeletonSpace__C5_osg_Matrix_R1, "", ""); I_Method1(void, setBindMatrixInBoneSpace, IN, const osg::Matrix &, matrix, @@ -190,9 +190,6 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Bone) I_SimpleProperty(const osg::Matrix &, BindMatrixInBoneSpace, __C5_osg_Matrix_R1__getBindMatrixInBoneSpace, __void__setBindMatrixInBoneSpace__C5_osg_Matrix_R1); - I_SimpleProperty(const osg::Matrix &, BoneInSkeletonSpace, - 0, - __void__setBoneInSkeletonSpace__C5_osg_Matrix_R1); I_SimpleProperty(osgAnimation::Bone::BoneMap, BoneMap, __BoneMap__getBoneMap, 0); @@ -210,7 +207,7 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Bone) 0); I_SimpleProperty(const osg::Matrix &, MatrixInSkeletonSpace, __C5_osg_Matrix_R1__getMatrixInSkeletonSpace, - 0); + __void__setMatrixInSkeletonSpace__C5_osg_Matrix_R1); I_SimpleProperty(bool, NeedToComputeBindMatrix, 0, __void__setNeedToComputeBindMatrix__bool);