1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Mgfractal: Add filler depth noise

This commit is contained in:
paramat 2015-10-28 22:58:39 +00:00
parent 688556a5d1
commit 182b3fd283
2 changed files with 14 additions and 7 deletions

View file

@ -51,6 +51,7 @@ struct MapgenFractalParams : public MapgenSpecificParams {
float julia_w;
NoiseParams np_seabed;
NoiseParams np_filler_depth;
NoiseParams np_cave1;
NoiseParams np_cave2;
@ -90,7 +91,7 @@ public:
float julia_w;
Noise *noise_seabed;
Noise *noise_filler_depth;
Noise *noise_cave1;
Noise *noise_cave2;