doom3-gpl
Doom 3 GPL source release
|
#include <Model_local.h>
Private Member Functions | |
void | CalculateBounds (const idJointMat *joints) |
void | GetFrameBounds (const renderEntity_t *ent, idBounds &bounds) const |
void | DrawJoints (const renderEntity_t *ent, const struct viewDef_s *view) const |
void | ParseJoint (idLexer &parser, idMD5Joint *joint, idJointQuat *defaultPose) |
Private Attributes | |
idList< idMD5Joint > | joints |
idList< idJointQuat > | defaultPose |
idList< idMD5Mesh > | meshes |
Additional Inherited Members | |
Static Public Member Functions inherited from idRenderModelStatic | |
static idRenderModel * | Alloc () |
Public Attributes inherited from idRenderModelStatic | |
idList< modelSurface_t > | surfaces |
idBounds | bounds |
int | overlaysAdded |
Protected Attributes inherited from idRenderModelStatic | |
int | lastModifiedFrame |
int | lastArchivedFrame |
idStr | name |
srfTriangles_t * | shadowHull |
bool | isStaticWorldModel |
bool | defaulted |
bool | purged |
bool | fastLoad |
bool | reloadable |
bool | levelLoadReferenced |
ID_TIME_T | timeStamp |
Static Protected Attributes inherited from idRenderModelStatic | |
static idCVar | r_mergeModelSurfaces |
static idCVar | r_slopVertex |
static idCVar | r_slopTexCoord |
static idCVar | r_slopNormal |
Definition at line 167 of file Model_local.h.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 652 of file Model_md5.cpp.
|
private |
Definition at line 634 of file Model_md5.cpp.
|
private |
Definition at line 675 of file Model_md5.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 845 of file Model_md5.cpp.
|
private |
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 854 of file Model_md5.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 873 of file Model_md5.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 836 of file Model_md5.cpp.
Reimplemented from idRenderModelStatic.
Definition at line 478 of file Model_md5.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 722 of file Model_md5.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 818 of file Model_md5.cpp.
Reimplemented from idRenderModelStatic.
Definition at line 610 of file Model_md5.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 491 of file Model_md5.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 940 of file Model_md5.cpp.
Reimplemented from idRenderModelStatic.
Definition at line 886 of file Model_md5.cpp.
Reimplemented from idRenderModelStatic.
Definition at line 827 of file Model_md5.cpp.
|
private |
Definition at line 442 of file Model_md5.cpp.
Reimplemented from idRenderModelStatic.
Definition at line 581 of file Model_md5.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 928 of file Model_md5.cpp.
Reimplemented from idRenderModelStatic.
Definition at line 911 of file Model_md5.cpp.
|
private |
Definition at line 188 of file Model_local.h.
|
private |
Definition at line 187 of file Model_local.h.
Definition at line 189 of file Model_local.h.