Go to the source code of this file.
Namespaces | |
| namespace | gfx |
| namespace | gfx::defs |
Defines | |
| #define | GFX_DEFS_HH 1 |
Enumerations | |
| enum | { gfx::defs::XX, gfx::defs::YY, gfx::defs::ZZ, gfx::defs::WW } |
| enum | { gfx::defs::AXIS_X, gfx::defs::AXIS_Y, gfx::defs::AXIS_Z, gfx::defs::AXIS_INVALID = INT_MAX } |
| enum | { gfx::defs::NW, gfx::defs::SW, gfx::defs::SE, gfx::defs::NE } |
| enum | { gfx::defs::WIDTH, gfx::defs::HEIGHT, gfx::defs::DEPTH } |
Variables | |
| const uint | gfx::defs::MAX_POLYGONS = 0x7fff - 0x10 |
| don't go too close to 0x8000 which is int16(-1) | |
| const uint | gfx::defs::MAX_VERTEXS = MAX_POLYGONS |
| not a huge value, some arrays created with this | |
| const uint | gfx::defs::MAX_VERTEXS_PER_POLYGON = 4 |
| mostly triangles, sometimes quads | |
| const uint | gfx::defs::DEFAULT_TIMER_TICK_MILLISECONDS = 10 |
| 100 FPS | |
| const uint | gfx::defs::DEFAULT_KEYBOARD_TICK_MILLISECONDS = 20 |
| frequency of polling keyboard queue | |
| const uint | gfx::defs::DEFAULT_JOYSTICK_TICK_MILLISECONDS = 20 |
| frequency of polling keyboard queue | |
| #define GFX_DEFS_HH 1 |
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:15 2007