doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
struct | silEdge_t |
struct | dominantTri_s |
struct | lightingCache_s |
struct | shadowCache_s |
struct | srfTriangles_s |
struct | modelSurface_s |
class | idMD5Joint |
class | idRenderModel |
Macros | |
#define | MD5_VERSION_STRING "MD5Version" |
#define | MD5_MESH_EXT "md5mesh" |
#define | MD5_ANIM_EXT "md5anim" |
#define | MD5_CAMERA_EXT "md5camera" |
#define | MD5_VERSION 10 |
#define | GL_INDEX_TYPE GL_UNSIGNED_INT |
Typedefs | |
typedef int | glIndex_t |
typedef struct dominantTri_s | dominantTri_t |
typedef struct lightingCache_s | lightingCache_t |
typedef struct shadowCache_s | shadowCache_t |
typedef struct srfTriangles_s | srfTriangles_t |
typedef idList< srfTriangles_t * > | idTriList |
typedef struct modelSurface_s | modelSurface_t |
Enumerations | |
enum | dynamicModel_t { DM_STATIC, DM_CACHED, DM_CONTINUOUS } |
enum | jointHandle_t { INVALID_JOINT = -1 } |
Variables | |
const int | SHADOW_CAP_INFINITE = 64 |
typedef struct dominantTri_s dominantTri_t |
typedef idList<srfTriangles_t *> idTriList |
typedef struct lightingCache_s lightingCache_t |
typedef struct modelSurface_s modelSurface_t |
typedef struct shadowCache_s shadowCache_t |
typedef struct srfTriangles_s srfTriangles_t |
enum dynamicModel_t |
enum jointHandle_t |