mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Mgfractal: Create a choice of 4 mandelbrot formulas
This commit is contained in:
@@ -36,6 +36,8 @@ extern FlagDesc flagdesc_mapgen_fractal[];
|
||||
struct MapgenFractalParams : public MapgenSpecificParams {
|
||||
u32 spflags;
|
||||
|
||||
u16 formula;
|
||||
|
||||
u16 m_iterations;
|
||||
v3f m_scale;
|
||||
v3f m_offset;
|
||||
@@ -76,6 +78,8 @@ public:
|
||||
v3s16 full_node_min;
|
||||
v3s16 full_node_max;
|
||||
|
||||
u16 formula;
|
||||
|
||||
u16 m_iterations;
|
||||
v3f m_scale;
|
||||
v3f m_offset;
|
||||
|
Reference in New Issue
Block a user