Update fbxReader.h
This commit is contained in:
parent
d4bbec4a0c
commit
247eee2ca1
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user