- Timestamp:
- 05/11/10 11:08:55 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h
r11251 r11407 31 31 32 32 //dir is the directory where fbx is stored (for relative path). 33 FbxMaterialToOsgStateSet ::FbxMaterialToOsgStateSet(const std::string& dir, const osgDB::Options* options) :33 FbxMaterialToOsgStateSet(const std::string& dir, const osgDB::Options* options) : 34 34 _options(options), 35 35 _dir(dir) {}
