diff options
author | paramat <mat.gregory@virginmedia.com> | 2015-11-11 05:05:20 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2015-11-14 04:25:47 +0000 |
commit | 987d6a82f639126d5d8833739499150da286bdda (patch) | |
tree | 5e0c8386524e9ee0c097fc57eb82676f7ac799c2 /builtin | |
parent | 4434498367929f5fe67d7bf8a12e594d51b632ce (diff) | |
download | minetest-987d6a82f639126d5d8833739499150da286bdda.tar.gz minetest-987d6a82f639126d5d8833739499150da286bdda.tar.bz2 minetest-987d6a82f639126d5d8833739499150da286bdda.zip |
Mgfractal: Create a choice of 4 mandelbrot formulas
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 25849e0c7..e5fe5cb95 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -970,11 +970,16 @@ mgflat_np_cave2 (Mapgen flat cave2 noise parameters) noise_params 0, 12, (128, 1 [***Mapgen fractal] # Map generation attributes specific to Mapgen fractal. -# 'julia' selects a julia set to be generated instead of a mandelbrot set. +# The 'julia' flag results in the corresponding julia set being generated. # Flags that are not specified in the flag string are not modified from the default. # Flags starting with "no" are used to explicitly disable them. mgfractal_spflags (Mapgen fractal flags) flags nojulia julia,nojulia +# Choice of 4 mandelbrot set variations. +# 1 = 4D "Roundy" mandelbrot set, 2 = 4D "Squarry" mandelbrot set, +# 3 = 4D "Mandy Cousin" mandelbrot set, 4 = 4D mandelbrot set variation. +mgfractal_formula (Mapgen fractal formula) int 1 1 4 + # Mandelbrot set: Iterations of the recursive function. # Controls scale of finest detail. mgfractal_m_iterations (Mapgen fractal mandelbrot iterations) int 9 |