#include "bFile.h"
#include "bCommon.h"
#include "bChunk.h"
#include "bDNA.h"
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "bDefines.h"
#include "LinearMath/btSerializer.h"
#include "LinearMath/btAlignedAllocator.h"
#include "LinearMath/btMinMax.h"
Go to the source code of this file.
|
| #define | SIZEOFBLENDERHEADER 12 |
| |
| #define | MAX_ARRAY_LENGTH 512 |
| |
| #define | MAX_STRLEN 1024 |
| |
| #define | getEle(value, current, type, cast, size, ptr) |
| |
| #define | setEle(value, current, type, cast, size, ptr) |
| |
◆ getEle
Value: if (
strcmp(current, type) == 0) \
{ \
value = (*(
cast *)ptr); \
}
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
const T & btMax(const T &a, const T &b)
◆ MAX_ARRAY_LENGTH
◆ MAX_STRLEN
◆ setEle
Value: if (
strcmp(current, type) == 0) \
{ \
}
◆ SIZEOFBLENDERHEADER
| #define SIZEOFBLENDERHEADER 12 |
◆ getCleanName()
◆ getElement()
◆ numallocs