doom3-gpl
Doom 3 GPL source release
|
#include <ModelDecal.h>
Public Attributes | |
idVec3 | projectionOrigin |
idBounds | projectionBounds |
idPlane | boundingPlanes [6] |
idPlane | fadePlanes [2] |
idPlane | textureAxis [2] |
const idMaterial * | material |
bool | parallel |
float | fadeDepth |
int | startTime |
bool | force |
Definition at line 49 of file ModelDecal.h.
idPlane decalProjectionInfo_s::boundingPlanes[6] |
Definition at line 52 of file ModelDecal.h.
float decalProjectionInfo_s::fadeDepth |
Definition at line 57 of file ModelDecal.h.
idPlane decalProjectionInfo_s::fadePlanes[2] |
Definition at line 53 of file ModelDecal.h.
bool decalProjectionInfo_s::force |
Definition at line 59 of file ModelDecal.h.
const idMaterial* decalProjectionInfo_s::material |
Definition at line 55 of file ModelDecal.h.
bool decalProjectionInfo_s::parallel |
Definition at line 56 of file ModelDecal.h.
idBounds decalProjectionInfo_s::projectionBounds |
Definition at line 51 of file ModelDecal.h.
idVec3 decalProjectionInfo_s::projectionOrigin |
Definition at line 50 of file ModelDecal.h.
int decalProjectionInfo_s::startTime |
Definition at line 58 of file ModelDecal.h.
idPlane decalProjectionInfo_s::textureAxis[2] |
Definition at line 54 of file ModelDecal.h.