forked from rust-fractal/rust-fractal-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.toml
57 lines (42 loc) · 955 Bytes
/
start.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
image_width = 1024
image_height = 768
real = "-0.75"
imag = "0.0"
zoom = "1E0"
rotate = 0
approximation_order = 16
glitch_percentage = 0.001
frames = 1
frame_offset = 0
zoom_scale = 2.0
display_glitches = false
auto_adjust_iterations = true
remove_centre = false
export = "gui"
glitch_tolerance = 1.4e-6
probe_sampling = 15
data_storage_interval = 100
valid_iteration_probe_multiplier = 0.01
series_approximation_tiled = true
series_approximation_enabled = false
coloring_type = "smooth_iteration"
jitter = false
jitter_factor = 0.2
show_output = true
iterations = 1000
palette_iteration_span = 100.0
palette_offset = 0
palette_cyclic = true
stripe_scale = 1.0
distance_transition = 10.0
distance_color = false
lighting = true
lighting_direction = 30.0
lighting_azimuth = 35.0
lighting_opacity = 0.75
lighting_ambient = 0.4
lighting_diffuse = 0.5
lighting_specular = 0.5
lighting_shininess = 20
fractal_power = 3
fractal_type = "mandelbrot"