- Timestamp:
- 05/03/11 11:11:04 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/ReaderWriterFBX.h
r12292 r12337 3 3 4 4 #include <osgDB/ReaderWriter> 5 #include <fbxfilesdk/fbxfilesdk_version.h> 5 6 6 7 /////////////////////////////////////////////////////////////////////////// 7 8 // OSG reader plugin for the ".fbx" format. 8 9 // See http://www.autodesk.com/fbx 9 // This plugin requires the FBX SDK version 2011.3.1 (Static Libraries) 10 // This plugin requires the FBX SDK version 2012.1 11 12 #if FBXSDK_VERSION_MAJOR != 2012 || FBXSDK_VERSION_MINOR != 1 13 #error Wrong FBX SDK version 14 #endif 10 15 11 16 class ReaderWriterFBX : public osgDB::ReaderWriter
