|
Pyrogenesis
13997
|
#include "maths/Vector3D.h"#include "maths/Fixed.h"#include "graphics/SColor.h"#include "graphics/HeightMipmap.h"Go to the source code of this file.
Classes | |
| class | CTerrain |
Variables | |
| const ssize_t | TERRAIN_TILE_SIZE = 4 |
| metres [world space units] per tile in x and z More... | |
| const ssize_t | HEIGHT_UNITS_PER_METRE = 732 |
| number of u16 height units per metre More... | |
| const float | HEIGHT_SCALE = 1.f / HEIGHT_UNITS_PER_METRE |
| metres per u16 height unit More... | |
| const float HEIGHT_SCALE = 1.f / HEIGHT_UNITS_PER_METRE |
| const ssize_t HEIGHT_UNITS_PER_METRE = 732 |
1.8.5