Changeset 11153 for OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRNode.h
- Timestamp:
- 03/04/10 17:27:19 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRNode.h
r11141 r11153 6 6 { 7 7 class AnimationManagerBase; 8 class RigGeometry; 8 9 } 10 11 typedef std::map<std::pair<KFbxNode*, osgAnimation::RigGeometry*>, osg::Matrix> BindMatrixMap; 9 12 10 13 osgAnimation::Skeleton* getSkeleton(KFbxNode*, std::map<KFbxNode*, osgAnimation::Skeleton*>&); … … 18 21 FbxMaterialToOsgStateSet& fbxMaterialToOsgStateSet, 19 22 std::map<KFbxNode*, osg::Node*>& nodeMap, 20 std::map<KFbxNode*, osg::Matrix>& boneBindMatrices,23 BindMatrixMap& boneBindMatrices, 21 24 std::map<KFbxNode*, osgAnimation::Skeleton*>& skeletonMap, 22 25 const osgDB::Options* options = NULL);
