![]() |
DunGen
1.0
Dungeongenerator library for Irrlicht
|
Parameters for the voxelspace. More...
#include <VoxelCaveCommon.h>
Static Public Attributes | |
static const unsigned int | DimX = 512 |
X dimension of the Voxel space. More... | |
static const unsigned int | DimY = 512 |
Y dimension of the Voxel space. More... | |
static const unsigned int | DimZ = 512 |
Z dimension of the Voxel space. More... | |
static const unsigned int | MinBorder = 3 |
Parameters for the voxelspace.
|
static |
X dimension of the Voxel space.
|
static |
Y dimension of the Voxel space.
|
static |
Z dimension of the Voxel space.
|
static |
Minimal distance of 1-voxels to the border of the voxel space.
This distance has to be 3 at least! The resulting 0-voxel-border allows it, to not have to check for special cases at the borders of the voxel space. This results in a huge speedup, because fewer branching is required.