voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
TestGeneratorSmallCubes
voxelman
core
chunkgen
Undocumented in source.
struct
TestGeneratorSmallCubes {
ivec3
chunkOffset
;
void
genPerChunkData
();
BlockType
generateBlock
(int x, int y, int z);
}
Members
Functions
genPerChunkData
void
genPerChunkData
()
Undocumented in source. Be warned that the author may not have intended to support it.
generateBlock
BlockType
generateBlock
(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
chunkOffset
ivec3
chunkOffset
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
core
chunkgen
aliases
Generator
functions
chunkGenWorker
chunkGenWorkerThread
genPerChunkData2d
noise2d
structs
ChunkGenResult
Generator2d
Generator2d3d
TestGeneratorSmallCubes
TestGeneratorSmallCubes2
TestGeneratorSmallCubes3