-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample_fractal.corg
More file actions
80 lines (80 loc) · 1.52 KB
/
Copy pathsample_fractal.corg
File metadata and controls
80 lines (80 loc) · 1.52 KB
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
73
74
75
76
77
78
79
80
{
"V1": {
"center": {
"x": {
"value": "-1.4034603621348078",
"precision": 53
},
"y": {
"value": "2.9470627536692395e-2",
"precision": 53
}
},
"zoom": 25.81979,
"angle": 1.0123678,
"fractal": "Mandelbrot",
"max_iter": 10000,
"internal_coloring": {
"saturation": 1.0,
"brightness": 1.0,
"color_frequency": 1.0,
"color_offset": 0.0,
"gradient": {
"Flat": [
1.0,
1.0,
1.0
]
},
"color_layers": [],
"lighting_kind": "Gradient",
"light_layers": [
{
"kind": "OrbitTrap",
"strength": 1.0,
"param": 0.0
}
],
"lights": [],
"overlays": {
"iteration_outline": null,
"set_outline": null
}
},
"external_coloring": {
"saturation": 1.0,
"brightness": 1.0,
"color_frequency": 1.0,
"color_offset": 0.0,
"gradient": {
"Hsv": [
0.7,
1.0
]
},
"color_layers": [
{
"kind": "SmoothStep",
"strength": 1.0,
"param": 0.0
}
],
"lighting_kind": "Gradient",
"light_layers": [
{
"kind": "Distance",
"strength": 0.45,
"param": 0.0
}
],
"lights": [],
"overlays": {
"iteration_outline": null,
"set_outline": null
}
},
"width": 3840,
"height": 2160,
"samples": 1
}
}