5 #ifndef VOXELCAVECOMMON_H
6 #define VOXELCAVECOMMON_H
14 static const unsigned int DimX = 512;
16 static const unsigned int DimY = 512;
18 static const unsigned int DimZ = 512;
static const unsigned int DimX
X dimension of the Voxel space.
Definition: VoxelCaveCommon.h:14
static const unsigned int MinBorder
Definition: VoxelCaveCommon.h:25
static const unsigned int DimZ
Z dimension of the Voxel space.
Definition: VoxelCaveCommon.h:18
Parameters for the voxelspace.
Definition: VoxelCaveCommon.h:11
static const unsigned int DimY
Y dimension of the Voxel space.
Definition: VoxelCaveCommon.h:16