![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <GLWidget.h>
Public Member Functions | |
| idGLDrawableWorld () | |
| ~idGLDrawableWorld () | |
| void | AddTris (srfTriangles_t *tris, const idMaterial *mat) |
| virtual void | draw (int x, int y, int w, int h) |
| void | InitWorld () |
Public Member Functions inherited from idGLDrawable | |
| idGLDrawable () | |
| ~idGLDrawable () | |
| virtual void | setMedia (const char *name) |
| virtual void | buttonDown (int button, float x, float y) |
| virtual void | buttonUp (int button, float x, float y) |
| virtual void | mouseMove (float x, float y) |
| virtual int | getRealTime () |
| virtual bool | ScreenCoords () |
| void | SetRealTime (int i) |
| virtual void | Update () |
| float | getScale () |
| void | setScale (float f) |
Protected Attributes | |
| idRenderWorld * | world |
| idRenderModel * | worldModel |
| qhandle_t | worldModelDef |
| qhandle_t | lightDef |
| qhandle_t | modelDef |
Protected Attributes inherited from idGLDrawable | |
| float | scale |
| float | xOffset |
| float | yOffset |
| float | zOffset |
| float | pressX |
| float | pressY |
| bool | handleMove |
| int | button |
| int | realTime |
Definition at line 73 of file GLWidget.h.
| idGLDrawableWorld::idGLDrawableWorld | ( | ) |
Definition at line 907 of file GLWidget.cpp.
| idGLDrawableWorld::~idGLDrawableWorld | ( | ) |
Definition at line 913 of file GLWidget.cpp.
| void idGLDrawableWorld::AddTris | ( | srfTriangles_t * | tris, |
| const idMaterial * | mat | ||
| ) |
Definition at line 917 of file GLWidget.cpp.
Reimplemented from idGLDrawable.
Reimplemented in idGLDrawableModel, and idGLDrawableMaterial.
Definition at line 924 of file GLWidget.cpp.
| void idGLDrawableWorld::InitWorld | ( | ) |
Definition at line 928 of file GLWidget.cpp.
|
protected |
Definition at line 84 of file GLWidget.h.
|
protected |
Definition at line 85 of file GLWidget.h.
|
protected |
Definition at line 81 of file GLWidget.h.
|
protected |
Definition at line 82 of file GLWidget.h.
|
protected |
Definition at line 83 of file GLWidget.h.
1.8.6.