Assimp
v3.1.1 (June 2014)
|
Macros | |
#define | aisgl_max(x, y) (y>x?y:x) |
#define | aisgl_min(x, y) (x<y?x:y) |
Functions | |
static void | color4_to_float4 (const aiColor4D *c, float f[4]) |
static CVReturn | MyDisplayLinkCallback (CVDisplayLinkRef displayLink, const CVTimeStamp *inNow, const CVTimeStamp *inOutputTime, CVOptionFlags flagsIn, CVOptionFlags *flagsOut, void *displayLinkContext) |
static void | set_float4 (float f[4], float a, float b, float c, float d) |
#define aisgl_max | ( | x, | |
y | |||
) | (y>x?y:x) |
#define aisgl_min | ( | x, | |
y | |||
) | (x<y?x:y) |
|
static |
|
static |
|
static |