mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Mgfractal: Create a choice of 4 mandelbrot formulas
This commit is contained in:
parent
4434498367
commit
987d6a82f6
4 changed files with 51 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue