Changeset 11322 for OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRMesh.h
- Timestamp:
- 04/13/10 16:50:31 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRMesh.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRMesh.h
r11262 r11322 13 13 BindMatrixMap& boneBindMatrices, 14 14 const std::set<const KFbxNode*>& fbxSkeletons, 15 std::map<KFbxNode*, osgAnimation::Skeleton*>& skeletonMap); 15 std::map<KFbxNode*, osgAnimation::Skeleton*>& skeletonMap, 16 const osgDB::Options&); 16 17 17 18 #endif
