doom3-gpl
Doom 3 GPL source release
|
#include <Model_local.h>
Private Member Functions | |
modelSurface_t | GenerateSurface (float lerp) |
void | WaterDrop (int x, int y, float *page) |
void | Update (void) |
Private Attributes | |
int | verts_x |
int | verts_y |
float | scale_x |
float | scale_y |
int | time |
int | liquid_type |
int | update_tics |
int | seed |
idRandom | random |
const idMaterial * | shader |
struct deformInfo_s * | deformInfo |
float | density |
float | drop_height |
int | drop_radius |
float | drop_delay |
idList< float > | pages |
float * | page1 |
float * | page2 |
idList< idDrawVert > | verts |
int | nextDropTime |
Additional Inherited Members | |
Static Public Member Functions inherited from idRenderModelStatic | |
static idRenderModel * | Alloc () |
Public Attributes inherited from idRenderModelStatic | |
idList< modelSurface_t > | surfaces |
idBounds | bounds |
int | overlaysAdded |
Protected Attributes inherited from idRenderModelStatic | |
int | lastModifiedFrame |
int | lastArchivedFrame |
idStr | name |
srfTriangles_t * | shadowHull |
bool | isStaticWorldModel |
bool | defaulted |
bool | purged |
bool | fastLoad |
bool | reloadable |
bool | levelLoadReferenced |
ID_TIME_T | timeStamp |
Static Protected Attributes inherited from idRenderModelStatic | |
static idCVar | r_mergeModelSurfaces |
static idCVar | r_slopVertex |
static idCVar | r_slopTexCoord |
static idCVar | r_slopNormal |
Definition at line 232 of file Model_local.h.
idRenderModelLiquid::idRenderModelLiquid | ( | ) |
Definition at line 43 of file Model_liquid.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 529 of file Model_liquid.cpp.
|
private |
Definition at line 66 of file Model_liquid.cpp.
Reimplemented from idRenderModelStatic.
Definition at line 345 of file Model_liquid.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 469 of file Model_liquid.cpp.
Definition at line 179 of file Model_liquid.cpp.
|
virtual |
Reimplemented from idRenderModelStatic.
Definition at line 520 of file Model_liquid.cpp.
Reimplemented from idRenderModelStatic.
Definition at line 317 of file Model_liquid.cpp.
Definition at line 225 of file Model_liquid.cpp.
Definition at line 131 of file Model_liquid.cpp.
|
private |
Definition at line 261 of file Model_local.h.
|
private |
Definition at line 264 of file Model_local.h.
|
private |
Definition at line 267 of file Model_local.h.
|
private |
Definition at line 265 of file Model_local.h.
|
private |
Definition at line 266 of file Model_local.h.
|
private |
Definition at line 254 of file Model_local.h.
|
private |
Definition at line 275 of file Model_local.h.
|
private |
Definition at line 270 of file Model_local.h.
|
private |
Definition at line 271 of file Model_local.h.
Definition at line 269 of file Model_local.h.
|
private |
Definition at line 258 of file Model_local.h.
|
private |
Definition at line 251 of file Model_local.h.
|
private |
Definition at line 252 of file Model_local.h.
|
private |
Definition at line 256 of file Model_local.h.
|
private |
Definition at line 260 of file Model_local.h.
|
private |
Definition at line 253 of file Model_local.h.
|
private |
Definition at line 255 of file Model_local.h.
|
private |
Definition at line 273 of file Model_local.h.
|
private |
Definition at line 249 of file Model_local.h.
|
private |
Definition at line 250 of file Model_local.h.