mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
New math mapgen with fractal based worlds
This commit is contained in:
parent
f960c3be31
commit
75b8c13b00
7 changed files with 448 additions and 4 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
MapgenV7(int mapgenid, MapgenV7Params *params, EmergeManager *emerge);
|
||||
~MapgenV7();
|
||||
|
||||
void makeChunk(BlockMakeData *data);
|
||||
virtual void makeChunk(BlockMakeData *data);
|
||||
int getGroundLevelAtPoint(v2s16 p);
|
||||
Biome *getBiomeAtPoint(v3s16 p);
|
||||
|
||||
|
@ -103,7 +103,7 @@ public:
|
|||
void calculateNoise();
|
||||
int calcHeightMap();
|
||||
|
||||
void generateTerrain();
|
||||
virtual void generateTerrain();
|
||||
void carveRidges();
|
||||
//void carveRivers(); //experimental
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue