doom3-gpl
Doom 3 GPL source release
|
#include <Material.h>
Public Attributes | |
idCinematic * | cinematic |
idImage * | image |
texgen_t | texgen |
bool | hasMatrix |
int | matrix [2][3] |
dynamicidImage_t | dynamic |
int | width |
int | height |
int | dynamicFrameCount |
Definition at line 159 of file Material.h.
idCinematic* textureStage_t::cinematic |
Definition at line 160 of file Material.h.
dynamicidImage_t textureStage_t::dynamic |
Definition at line 167 of file Material.h.
int textureStage_t::dynamicFrameCount |
Definition at line 169 of file Material.h.
bool textureStage_t::hasMatrix |
Definition at line 163 of file Material.h.
int textureStage_t::height |
Definition at line 168 of file Material.h.
idImage* textureStage_t::image |
Definition at line 161 of file Material.h.
int textureStage_t::matrix[2][3] |
Definition at line 164 of file Material.h.
texgen_t textureStage_t::texgen |
Definition at line 162 of file Material.h.
int textureStage_t::width |
Definition at line 168 of file Material.h.