#include "ExDefine.h"
#include "ExMath.h"
#include "ExCModelMD.h"
#include "ExCImageLoader.h"
Go to the source code of this file.
Data Structures | |
class | ExCModelMD2 |
struct | frame_t |
struct | framePoint_t |
struct | mesh_t |
struct | modelHeader_t |
struct | stIndex_t |
Defines | |
#define | MD2_MAX_TRIANGLES 4096 |
#define | MD2_MAX_VERTICES 2048 |
#define | MD2_MAX_TEXCOORDS 2048 |
#define | MD2_MAX_FRAMES 512 |
#define | MD2_MAX_SKINS 32 |
#define | MD2_MAX_FRAMESIZE (MD2_MAX_VERTICES * 4 + 128) |
|
Definition at line 37 of file ExCModelMD2.h. |
|
Definition at line 39 of file ExCModelMD2.h. |
|
Definition at line 38 of file ExCModelMD2.h. |
|
Definition at line 36 of file ExCModelMD2.h. |
|
Definition at line 34 of file ExCModelMD2.h. |
|
Definition at line 35 of file ExCModelMD2.h. |