mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Biome API: Re-calculate biome at every surface in a mapchunk column
This commit is contained in:
parent
d65a90a86b
commit
14f7df980b
7 changed files with 43 additions and 61 deletions
|
@ -114,7 +114,7 @@ public:
|
|||
int generateMountainTerrain(int ymax);
|
||||
void generateRidgeTerrain();
|
||||
|
||||
void generateBiomes();
|
||||
void generateBiomes(float *heat_map, float *humidity_map);
|
||||
void dustTopNodes();
|
||||
|
||||
//void addTopNodes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue