This reference page is linked to from the following overview topics: FBX SDK 2012, Importing a Scene, Exporting a Scene.
FBX SDK version definition. More...
Go to the source code of this file.
Defines |
|
| #define | FBXSDK_VERSION_MAJOR 2013 |
| #define | FBXSDK_VERSION_MINOR 1 |
| #define | FBXSDK_VERSION_POINT 0 |
| #define | FBXSDK_VERSION_NAME "Release" |
| #define | FBXSDK_VERSION_DATE 20120412 |
| #define | FBXSDK_VERSION_REVISION 0 |
| #define | FBXSDK_DEF_TO_STR(x) #x |
| #define | FBXSDK_STRINGIFY(x) FBXSDK_DEF_TO_STR(x) |
| #define | FBXSDK_VER_TO_STR(a, b, c) FBXSDK_DEF_TO_STR(a.b) |
| #define | FBXSDK_VERSION_STRING FBXSDK_VER_TO_STR(FBXSDK_VERSION_MAJOR, FBXSDK_VERSION_MINOR, FBXSDK_VERSION_POINT) |
| #define | FBXSDK_VERSION_STRING_FULL FBXSDK_VERSION_STRING" "FBXSDK_VERSION_NAME" ("FBXSDK_STRINGIFY(FBXSDK_VERSION_REVISION)")" |
| #define | FBXSDK_DEFINE_NAMESPACE 1 |
| #define | FBXSDK_NAMESPACE fbxsdk_2013_1 |
FBX SDK version definition.
This file defines the version string and numbers for this release of the FBX SDK.
Definition in file fbxsdk_version.h.
| #define FBXSDK_VERSION_MAJOR 2013 |
Definition at line 23 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_MINOR 1 |
Definition at line 24 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_POINT 0 |
Definition at line 25 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_NAME "Release" |
Definition at line 26 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_DATE 20120412 |
Definition at line 27 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_REVISION 0 |
Definition at line 30 of file fbxsdk_version.h.
| #define FBXSDK_DEF_TO_STR | ( | x | ) | #x |
Definition at line 34 of file fbxsdk_version.h.
| #define FBXSDK_STRINGIFY | ( | x | ) | FBXSDK_DEF_TO_STR(x) |
Definition at line 35 of file fbxsdk_version.h.
| #define FBXSDK_VER_TO_STR | ( | a, | |
| b, | |||
| c | |||
| ) | FBXSDK_DEF_TO_STR(a.b) |
Definition at line 38 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_STRING FBXSDK_VER_TO_STR(FBXSDK_VERSION_MAJOR, FBXSDK_VERSION_MINOR, FBXSDK_VERSION_POINT) |
Definition at line 44 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_STRING_FULL FBXSDK_VERSION_STRING" "FBXSDK_VERSION_NAME" ("FBXSDK_STRINGIFY(FBXSDK_VERSION_REVISION)")" |
Definition at line 45 of file fbxsdk_version.h.
| #define FBXSDK_DEFINE_NAMESPACE 1 |
Definition at line 49 of file fbxsdk_version.h.
| #define FBXSDK_NAMESPACE fbxsdk_2013_1 |
Definition at line 53 of file fbxsdk_version.h.