mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Cavegen: Move V5-style caves to CavesNoiseIntersection
This commit is contained in:
parent
6151f7bc4b
commit
548d99bb45
9 changed files with 151 additions and 82 deletions
|
@ -100,6 +100,7 @@ private:
|
|||
BiomeGenOriginal *m_bgen;
|
||||
|
||||
int zstride;
|
||||
int zstride_1d;
|
||||
|
||||
float map_gen_limit;
|
||||
|
||||
|
@ -120,6 +121,8 @@ private:
|
|||
Noise *noise_inter_valley_fill;
|
||||
Noise *noise_inter_valley_slope;
|
||||
Noise *noise_rivers;
|
||||
Noise *noise_cave1;
|
||||
Noise *noise_cave2;
|
||||
Noise *noise_massive_caves;
|
||||
Noise *noise_terrain_height;
|
||||
Noise *noise_valley_depth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue