fix normalization bug (happen too early )

minor bug

bla
This commit is contained in:
Julien Valentin
2017-10-04 05:42:33 +02:00
parent 0a93569b9e
commit d2162717b8
2 changed files with 18 additions and 25 deletions

View File

@@ -124,6 +124,7 @@ namespace osgAnimation
accummulateMatrix(invBindMatrix, matrix, w);
}
}
void normalize();
inline const osg::Matrix& getMatrix() const { return _result;}
protected:
BonePtrWeightList _boneweights;