1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-19 11:15:18 +02:00

Cavegen: Move V5-style caves to CavesNoiseIntersection

This commit is contained in:
kwolekr
2016-05-19 03:40:22 -04:00
parent 6151f7bc4b
commit 548d99bb45
9 changed files with 151 additions and 82 deletions

View File

@@ -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;