From cb7da901383e2da6397444cb0acc93235b132d2b Mon Sep 17 00:00:00 2001 From: paramat Date: Sat, 14 Nov 2015 09:18:01 +0000 Subject: Mgfractal: Revert unnecessary duplication of parameters --- minetest.conf.example | 51 ++++++++++----------------------------------------- 1 file changed, 10 insertions(+), 41 deletions(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 74f7006f4..39f80bf68 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1246,62 +1246,31 @@ # type: int # mgfractal_formula = 1 -# Mandelbrot set: Iterations of the recursive function. +# Iterations of the recursive function. # Controls scale of finest detail. # type: int -# mgfractal_m_iterations = 9 +# mgfractal_iterations = 9 -# Mandelbrot set: Approximate (X,Y,Z) scales in nodes. +# Approximate (X,Y,Z) scales in nodes. # type: v3f -# mgfractal_m_scale = (1024.0, 256.0, 1024.0) +# mgfractal_scale = (1024.0, 256.0, 1024.0) -# Mandelbrot set: (X,Y,Z) offsets from world centre. -# Range roughly -2 to 2, multiply by m_scale for offsets in nodes. +# (X,Y,Z) offsets from world centre. +# Range roughly -2 to 2, multiply by 'scale' for offsets in nodes. # type: v3f -# mgfractal_m_offset = (1.75, 0.0, 0.0) +# mgfractal_offset = (1.75, 0.0, 0.0) -# Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape. +# W co-ordinate of the generated 3D slice of the 4D shape. # Range roughly -2 to 2. # type: float -# mgfractal_m_slice_w = 0.0 +# mgfractal_slice_w = 0.0 -# Julia set: Iterations of the recursive function. -# Controls scale of finest detail. -# type: int -# mgfractal_j_iterations = 9 - -# Julia set: Approximate (X,Y,Z) scales in nodes. -# type: v3f -# mgfractal_j_scale = (2048.0, 512.0, 2048.0) - -# Julia set: (X,Y,Z) offsets from world centre. -# Range roughly -2 to 2, multiply by j_scale for offsets in nodes. -# type: v3f -# mgfractal_j_offset = (0.0, 1.0, 0.0) - -# Julia set: W co-ordinate of the generated 3D slice of the 4D shape. -# Range roughly -2 to 2. -# type: float -# mgfractal_j_slice_w = 0.0 - -# Julia set: X value determining the 4D shape. +# Julia set only: 4 values determining the 4D shape. # Range roughly -2 to 2. # type: float # mgfractal_julia_x = 0.33 - -# Julia set: Y value determining the 4D shape. -# Range roughly -2 to 2. -# type: float # mgfractal_julia_y = 0.33 - -# Julia set: Z value determining the 4D shape. -# Range roughly -2 to 2. -# type: float # mgfractal_julia_z = 0.33 - -# Julia set: W value determining the 4D shape. -# Range roughly -2 to 2. -# type: float # mgfractal_julia_w = 0.33 # type: noise_params -- cgit v1.2.3