1
0
Fork 0
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:
paramat 2015-11-11 05:05:20 +00:00
parent 4434498367
commit 987d6a82f6
4 changed files with 51 additions and 7 deletions

View file

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