voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
Generator2d3d
voxelman
world
gen
generators
Undocumented in source.
final
class
Generator2d3d :
IGenerator
{
ChunkGeneratorResult
generateChunk
(svec3 cwp, BlockId[CHUNK_SIZE_CUBE] blocks);
static
BlockId
generateBlock
(ivec3 blockWorldPos, int height);
static
Cache
!(
svec2
,
HeightmapChunkData
,
16
)
heightmapCache
;
}
Members
Functions
generateChunk
ChunkGeneratorResult
generateChunk
(svec3 cwp, BlockId[CHUNK_SIZE_CUBE] blocks)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
generateBlock
BlockId
generateBlock
(ivec3 blockWorldPos, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
heightmapCache
Cache
!(
svec2
,
HeightmapChunkData
,
16
)
heightmapCache
;
Undocumented in source.
Inherited Members
From IGenerator
generateChunk
ChunkGeneratorResult
generateChunk
(svec3 chunkOffset, BlockId[CHUNK_SIZE_CUBE] blocks)
Undocumented in source.
Meta
Source
See Implementation
voxelman
world
gen
generators
classes
Generator2d
Generator2d3d
GeneratorFlat
variables
cache_hits
cache_misses
generators