mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +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
|
@ -1234,12 +1234,18 @@
|
|||
#### 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.
|
||||
# type: flags possible values: julia, nojulia
|
||||
# mgfractal_spflags = 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.
|
||||
# type: int
|
||||
# mgfractal_formula = 1
|
||||
|
||||
# Mandelbrot set: Iterations of the recursive function.
|
||||
# Controls scale of finest detail.
|
||||
# type: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue