Update fbxReader.h

This commit is contained in:
flashk 2018-10-03 09:49:37 -07:00 committed by GitHub
parent f7d9053ea0
commit 0e2e81273b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ namespace osgAnimation
class Skeleton;
}
typedef std::map<std::pair<FbxNode*, osgAnimation::RigGeometry*>, osg::Matrix> BindMatrixMap;
typedef std::map< osg::Matrix, std::set<osgAnimation::RigGeometry*> > BindMatrixGeometryMap;
typedef std::map< FbxNode* , BindMatrixGeometryMap > BindMatrixMap;
class OsgFbxReader
{