voxelman.core.chunkgen

Members

Aliases

Generator
alias Generator = Generator2d
Undocumented in source.

Functions

chunkGenWorker
void chunkGenWorker(LoadSnapshotMessage* message, Tid mainThread)
Undocumented in source. Be warned that the author may not have intended to support it.
chunkGenWorkerThread
void chunkGenWorkerThread(Tid mainTid)
Undocumented in source. Be warned that the author may not have intended to support it.
genPerChunkData2d
void genPerChunkData2d(int[] heightMap, ivec3 chunkOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
noise2d
float noise2d(int x, int z)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ChunkGenResult
struct ChunkGenResult
Undocumented in source.
Generator2d
struct Generator2d
Undocumented in source.
Generator2d3d
struct Generator2d3d
Undocumented in source.
TestGeneratorSmallCubes
struct TestGeneratorSmallCubes
Undocumented in source.
TestGeneratorSmallCubes2
struct TestGeneratorSmallCubes2
Undocumented in source.
TestGeneratorSmallCubes3
struct TestGeneratorSmallCubes3
Undocumented in source.

Meta

Authors

Andrey Penechko.