- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.cpp
r12583 r13041 21 21 osg::ref_ptr<osg::Material> pOsgMat = new osg::Material; 22 22 pOsgMat->setName(pFbxMat->GetName()); 23 23 24 24 StateSetContent result; 25 25
