@@ -936,52 +936,58 @@ mgv7_np_cave2 (Mapgen v7 cave2 noise parameters) noise_params 0, 12, (100, 100,
936
936
# Flags starting with "no" are used to explicitly disable them.
937
937
mgfractal_spflags (Mapgen fractal flags) flags nojulia julia,nojulia
938
938
939
- # Mandelbrot set: iterations of recursive function.
939
+ # Mandelbrot set: Iterations of the recursive function.
940
940
# Controls scale of finest detail.
941
941
mgfractal_m_iterations (Mapgen fractal mandelbrot iterations) int 9
942
942
943
- # Mandelbrot set: Approximate scale in nodes.
944
- # Format is 3 numbers separated by commas, inside brackets.
943
+ # Mandelbrot set: Approximate (X,Y,Z) scales in nodes.
944
+ # Format is 3 numbers separated by commas and inside brackets.
945
945
mgfractal_m_scale (Mapgen fractal mandelbrot scale) string (1024.0, 256.0, 1024.0)
946
- # 'string' is currently used for a v3f argument .
946
+ # Type 'string' is currently used for a v3f.
947
947
948
- # Mandelbrot set: Offsets the fractal from world centre.
949
- # Format is 3 numbers separated by commas, inside brackets.
950
- # Range -2 to 2, multiply by m_scale for actual offset in nodes.
948
+ # Mandelbrot set: (X,Y,Z) offsets from world centre.
949
+ # Format is 3 numbers separated by commas and inside brackets.
950
+ # Range roughly -2 to 2, multiply by m_scale for offsets in nodes.
951
951
mgfractal_m_offset (Mapgen fractal mandelbrot offset) string (1.75, 0.0, 0.0)
952
- # 'string' is currently used for a v3f argument .
952
+ # Type 'string' is currently used for a v3f.
953
953
954
954
# Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.
955
+ # Range roughly -2 to 2.
955
956
mgfractal_m_slice_w (Mapgen fractal mandelbrot slice w) float 0.0
956
957
957
- # Julia set: iterations of recursive function.
958
+ # Julia set: Iterations of the recursive function.
958
959
# Controls scale of finest detail.
959
960
mgfractal_j_iterations (Mapgen fractal julia iterations) int 9
960
961
961
- # Julia set: Approximate scale in nodes.
962
- # Format is 3 numbers separated by commas, inside brackets.
962
+ # Julia set: Approximate (X,Y,Z) scales in nodes.
963
+ # Format is 3 numbers separated by commas and inside brackets.
963
964
mgfractal_j_scale (Mapgen fractal julia scale) string (2048.0, 512.0, 2048.0)
964
- # 'string' is currently used for a v3f argument .
965
+ # Type 'string' is currently used for a v3f.
965
966
966
- # Julia set: Offsets the fractal from world centre.
967
- # Format is 3 numbers separated by commas, inside brackets.
968
- # Range -2 to 2, multiply by j_scale for actual offset in nodes.
967
+ # Julia set: (X,Y,Z) offsets from world centre.
968
+ # Format is 3 numbers separated by commas and inside brackets.
969
+ # Range roughly -2 to 2, multiply by j_scale for offsets in nodes.
969
970
mgfractal_j_offset (Mapgen fractal julia offset) string (0.0, 1.0, 0.0)
970
- # 'string' is currently used for a v3f argument .
971
+ # Type 'string' is currently used for a v3f.
971
972
972
973
# Julia set: W co-ordinate of the generated 3D slice of the 4D shape.
974
+ # Range roughly -2 to 2.
973
975
mgfractal_j_slice_w (Mapgen fractal julia slice w) float 0.0
974
976
975
977
# Julia set: X value determining the 4D shape.
978
+ # Range roughly -2 to 2.
976
979
mgfractal_julia_x (Mapgen fractal julia x) float 0.33
977
980
978
981
# Julia set: Y value determining the 4D shape.
982
+ # Range roughly -2 to 2.
979
983
mgfractal_julia_y (Mapgen fractal julia y) float 0.33
980
984
981
985
# Julia set: Z value determining the 4D shape.
986
+ # Range roughly -2 to 2.
982
987
mgfractal_julia_z (Mapgen fractal julia z) float 0.33
983
988
984
989
# Julia set: W value determining the 4D shape.
990
+ # Range roughly -2 to 2.
985
991
mgfractal_julia_w (Mapgen fractal julia w) float 0.33
986
992
987
993
mgfractal_np_seabed (Mapgen fractal seabed noise parameters) noise_params -14, 9, (600, 600, 600), 41900, 5, 0.6, 2.0
0 commit comments