Changeset 12934
- Timestamp:
- 02/01/12 18:38:37 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/ReaderWriterFBX.h
r12337 r12934 8 8 // OSG reader plugin for the ".fbx" format. 9 9 // See http://www.autodesk.com/fbx 10 // This plugin requires the FBX SDK version 2012.1 10 // This plugin requires the FBX SDK version 2012.1 or 2012.2 11 11 12 #if FBXSDK_VERSION_MAJOR != 2012 || FBXSDK_VERSION_MINOR !=112 #if FBXSDK_VERSION_MAJOR != 2012 || FBXSDK_VERSION_MINOR < 1 13 13 #error Wrong FBX SDK version 14 14 #endif
