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:
parent
688556a5d1
commit
182b3fd283
2 changed files with 14 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue