aiDefines.h File Reference
Assimp build configuration setup.
More...
Detailed Description
Assimp build configuration setup.
See the notes in the comment blocks to find out how to customize _your_ Assimp build.
Define Documentation
#define AI_DEG_TO_RAD |
( |
x |
|
) |
(x*0.0174532925f) |
#define AI_FORCE_INLINE inline |
#define AI_MATH_HALF_PI (AI_MATH_PI * 0.5) |
#define AI_MATH_HALF_PI_F (AI_MATH_PI_F * 0.5f) |
#define AI_MATH_PI (3.141592653589793238462643383279 ) |
#define AI_MATH_PI_F (3.1415926538f) |
#define AI_MATH_TWO_PI (AI_MATH_PI * 2.0) |
#define AI_MATH_TWO_PI_F (AI_MATH_PI_F * 2.0f) |
#define AI_RAD_TO_DEG |
( |
x |
|
) |
(x*57.2957795f) |
#define ASSIMP_API __attribute__ ((visibility("default"))) |
#define ASSIMP_API_WINONLY |
#define ASSIMP_BUILD_NEED_Z_INFLATE |
#define ASSIMP_BUILD_NEED_Z_INFLATE |