1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 17:35:37 +02:00

Mgv5 get ground level at point function. Fast spawn player version

This commit is contained in:
paramat
2014-11-10 21:57:34 +00:00
committed by kwolekr
parent c4e393deea
commit d39887dadd
2 changed files with 38 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ public:
~MapgenV5();
virtual void makeChunk(BlockMakeData *data);
int getGroundLevelAtPoint(v2s16 p);
void calculateNoise();
void generateBaseTerrain();
void generateBlobs();