doom3-gpl
Doom 3 GPL source release
|
#include <tr_local.h>
Public Attributes | |
struct viewEntity_s * | next |
idRenderEntityLocal * | entityDef |
idScreenRect | scissorRect |
bool | weaponDepthHack |
float | modelDepthHack |
float | modelMatrix [16] |
float | modelViewMatrix [16] |
Definition at line 344 of file tr_local.h.
idRenderEntityLocal* viewEntity_s::entityDef |
Definition at line 348 of file tr_local.h.
float viewEntity_s::modelDepthHack |
Definition at line 358 of file tr_local.h.
float viewEntity_s::modelMatrix[16] |
Definition at line 360 of file tr_local.h.
float viewEntity_s::modelViewMatrix[16] |
Definition at line 361 of file tr_local.h.
struct viewEntity_s* viewEntity_s::next |
Definition at line 345 of file tr_local.h.
idScreenRect viewEntity_s::scissorRect |
Definition at line 355 of file tr_local.h.
bool viewEntity_s::weaponDepthHack |
Definition at line 357 of file tr_local.h.