-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.txt
72 lines (56 loc) · 1.05 KB
/
settings.txt
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[graphics]
width = 1024
height = 768
multisample = 16
[appearance]
color-pts-invalid = ( 1.0, 0.8, 0.0 )
color-pts-below = ( 1.0, 0.0, 0.0 )
color-pts-solved = ( 1.0, 0.0, 1.0 )
color-pts-above = ( 0.1, 0.7, 0.2 )
size-pts-invalid = 4.0
size-pts-below = 5.0
size-pts-solved = 9.0
size-pts-above = 3.0
[function]
initial-subdiv = 4
max-subdiv = 6
#impl-file = ./examples/sphere.py
#impl-fn = f
#xmin = -1.0
#ymin = -1.0
#zmin = -1.0
#xmax = 1.0
#ymax = 1.0
#zmax = 1.0
#impl-file = ./examples/isco-kerr-newman.py
#impl-fn = pro
#xmin = 0.0
#ymin = 0.0
#zmin = 0.0
#xmax = 1.0
#ymax = 9.5
#zmax = 1.5
impl-file = ./examples/isco-kerr-newman.py
impl-fn = ret
xmin = 0.0
ymin = 0.0
zmin = 0.0
xmax = 2.0
ymax = 6.3
zmax = 1.2
#impl-file = ./examples/genus-2.py
#impl-fn = f
#xmin = -2.0
#ymin = -2.0
#zmin = -2.0
#xmax = 2.0
#ymax = 2.0
#zmax = 2.0
#impl-file = ./examples/mandelbulb.py
#impl-fn = f
#xmin = -1.1
#ymin = -1.1
#zmin = -1.1
#xmax = 1.1
#ymax = 1.1
#zmax = 1.1