From 247eee2ca177005128b5d31d2abc28f326cac323 Mon Sep 17 00:00:00 2001 From: flashk Date: Wed, 3 Oct 2018 09:49:37 -0700 Subject: [PATCH] Update fbxReader.h --- src/osgPlugins/fbx/fbxReader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {