diff --git a/src/osgPlugins/fbx/fbxReader.h b/src/osgPlugins/fbx/fbxReader.h index 8d23b14a2..1edf4a998 100644 --- a/src/osgPlugins/fbx/fbxReader.h +++ b/src/osgPlugins/fbx/fbxReader.h @@ -13,7 +13,8 @@ namespace osgAnimation class Skeleton; } -typedef std::map, osg::Matrix> BindMatrixMap; +typedef std::map< osg::Matrix, std::set > BindMatrixGeometryMap; +typedef std::map< FbxNode* , BindMatrixGeometryMap > BindMatrixMap; class OsgFbxReader {