![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <MegaTexture.h>
Public Member Functions | |
| void | UpdateForCenter (float center[2]) |
| void | UpdateTile (int localX, int localY, int globalX, int globalY) |
| void | Invalidate () |
Public Attributes | |
| idMegaTexture * | mega |
| int | tileOffset |
| int | tilesWide |
| int | tilesHigh |
| idImage * | image |
| idTextureTile | tileMap [TILE_PER_LEVEL][TILE_PER_LEVEL] |
| float | parms [4] |
Definition at line 42 of file MegaTexture.h.
Definition at line 460 of file MegaTexture.cpp.
Definition at line 408 of file MegaTexture.cpp.
Definition at line 333 of file MegaTexture.cpp.
| idImage* idTextureLevel::image |
Definition at line 50 of file MegaTexture.h.
| idMegaTexture* idTextureLevel::mega |
Definition at line 44 of file MegaTexture.h.
| float idTextureLevel::parms[4] |
Definition at line 53 of file MegaTexture.h.
| idTextureTile idTextureLevel::tileMap[TILE_PER_LEVEL][TILE_PER_LEVEL] |
Definition at line 51 of file MegaTexture.h.
| int idTextureLevel::tileOffset |
Definition at line 46 of file MegaTexture.h.
| int idTextureLevel::tilesHigh |
Definition at line 48 of file MegaTexture.h.
| int idTextureLevel::tilesWide |
Definition at line 47 of file MegaTexture.h.
1.8.6.