voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
HeightmapChunkData
voxelman
world
gen
utils
Undocumented in source.
struct
HeightmapChunkData {
int
[
CHUNK_SIZE_SQR
]
heightMap
;
int
minHeight
;
int
maxHeight
;
void
generate
(ivec3 chunkOffset);
}
Members
Functions
generate
void
generate
(ivec3 chunkOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
heightMap
int
[
CHUNK_SIZE_SQR
]
heightMap
;
Undocumented in source.
maxHeight
int
maxHeight
;
Undocumented in source.
minHeight
int
minHeight
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
world
gen
utils
functions
noise2d
manifest constants
AIR
DIRT
GRASS
LAVA
SAND
SNOW
STONE
WATER
structs
ChunkGeneratorResult
HeightmapChunkData