Assimp
v4.1. (December 2018)
|
Assimp build configuration setup. See the notes in the comment blocks to find out how to customize your Assimp build. More...
Typedefs | |
typedef signed int | ai_int |
typedef float | ai_real |
typedef unsigned int | ai_uint |
Variables | |
static const ai_real | ai_epsilon = (ai_real) 0.00001 |
Assimp build configuration setup. See the notes in the comment blocks to find out how to customize your Assimp build.
#define AI_DEFINES_H_INC |
#define AI_DEG_TO_RAD | ( | x | ) | ((x)*(ai_real)0.0174532925) |
#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_MAX_ALLOC | ( | type | ) | ((256U * 1024 * 1024) / sizeof(type)) |
#define AI_NO_EXCEPT noexcept |
#define AI_RAD_TO_DEG | ( | x | ) | ((x)*(ai_real)57.2957795) |
#define AI_WONT_RETURN |
#define AI_WONT_RETURN_SUFFIX |
#define ASSIMP_AI_REAL_TEXT_PRECISION 8 |
#define ASSIMP_API __attribute__ ((visibility("default"))) |
#define ASSIMP_API_WINONLY |
#define ASSIMP_BUILD_DEBUG |
#define ASSIMP_BUILD_NEED_UNZIP |
#define ASSIMP_BUILD_NEED_UNZIP |
#define ASSIMP_BUILD_NEED_Z_INFLATE |
#define ASSIMP_BUILD_NEED_Z_INFLATE |
#define ASSIMP_BUILD_NEED_Z_INFLATE |
#define ASSIMP_BUILD_NEED_Z_INFLATE |
#define ASSIMP_BUILD_SINGLETHREADED |
#define C_ENUM |
#define C_STRUCT |
typedef signed int ai_int |
typedef float ai_real |
typedef unsigned int ai_uint |