Changeset 11153 for OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRNode.cpp
- Timestamp:
- 03/04/10 17:27:19 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRNode.cpp
r11144 r11153 324 324 FbxMaterialToOsgStateSet& fbxMaterialToOsgStateSet, 325 325 std::map<KFbxNode*, osg::Node*>& nodeMap, 326 std::map<KFbxNode*, osg::Matrix>& boneBindMatrices,326 BindMatrixMap& boneBindMatrices, 327 327 std::map<KFbxNode*, osgAnimation::Skeleton*>& skeletonMap, 328 328 const osgDB::Options* options)
