doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
struct | imageClassificate_t |
struct | filterName_t |
struct | sortedImage_t |
Macros | |
#define | DEFAULT_SIZE 16 |
#define | NORMAL_MAP_SIZE 32 |
Typedefs | |
typedef idList< int > | intList |
Enumerations | |
enum | IMAGE_CLASSIFICATION { IC_NPC, IC_WEAPON, IC_MONSTER, IC_MODELGEOMETRY, IC_ITEMS, IC_MODELSOTHER, IC_GUIS, IC_WORLDGEOMETRY, IC_OTHER, IC_COUNT } |
Functions | |
void | CreatePitFogImage (void) |
void | CreatealphaSquareImage (void) |
void | R_FogImage (idImage *image) |
void | R_FogEnterImage (idImage *image) |
void | R_QuadraticImage (idImage *image) |
void | R_ReloadImages_f (const idCmdArgs &args) |
void | R_ListImages_f (const idCmdArgs &args) |
void | R_CombineCubeImages_f (const idCmdArgs &args) |
Variables | |
const char * | imageFilter [] |
idImageManager | imageManager |
idImageManager * | globalImages = &imageManager |
const imageClassificate_t | IC_Info [] |
const int | FOG_SIZE = 128 |
#define DEFAULT_SIZE 16 |
Definition at line 251 of file Image_init.cpp.
#define NORMAL_MAP_SIZE 32 |
Definition at line 589 of file Image_init.cpp.
Definition at line 98 of file Image_init.cpp.
enum IMAGE_CLASSIFICATION |
Enumerator | |
---|---|
IC_NPC | |
IC_WEAPON | |
IC_MONSTER | |
IC_MODELGEOMETRY | |
IC_ITEMS | |
IC_MODELSOTHER | |
IC_GUIS | |
IC_WORLDGEOMETRY | |
IC_OTHER | |
IC_COUNT |
Definition at line 77 of file Image_init.cpp.
Definition at line 566 of file Image_init.cpp.
Definition at line 530 of file Image_init.cpp.
Definition at line 1694 of file Image_init.cpp.
Definition at line 836 of file Image_init.cpp.
Definition at line 715 of file Image_init.cpp.
Definition at line 1118 of file Image_init.cpp.
Definition at line 875 of file Image_init.cpp.
Definition at line 1057 of file Image_init.cpp.
Definition at line 713 of file Image_init.cpp.
idImageManager* globalImages = &imageManager |
Definition at line 74 of file Image_init.cpp.
const imageClassificate_t IC_Info[] |
Definition at line 100 of file Image_init.cpp.
const char* imageFilter[] |
Definition at line 34 of file Image_init.cpp.
idImageManager imageManager |
Definition at line 73 of file Image_init.cpp.