Changeset 11153 for OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRMesh.h
- Timestamp:
- 03/04/10 17:27:19 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRMesh.h
r11141 r11153 5 5 #include <osgDB/ReaderWriter> 6 6 #include <osg/Material> 7 #include "fbx MaterialToOsgStateSet.h"7 #include "fbxRNode.h" 8 8 osgDB::ReaderWriter::ReadResult readFbxMesh( 9 9 FBXFILESDK_NAMESPACE::KFbxSdkManager& pSdkManager, … … 11 11 osg::ref_ptr<osgAnimation::AnimationManagerBase>& pAnimationManager, 12 12 std::vector<StateSetContent>&, 13 std::map<KFbxNode*, osg::Matrix>& boneBindMatrices,13 BindMatrixMap& boneBindMatrices, 14 14 std::map<KFbxNode*, osgAnimation::Skeleton*>& skeletonMap); 15 15
