-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdamped-2.ini
More file actions
53 lines (46 loc) · 738 Bytes
/
damped-2.ini
File metadata and controls
53 lines (46 loc) · 738 Bytes
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
[pipeline]
modules = grp_0, s1, s2
[grp0_b0_m0]
type = lissajous
freq_x = 3
freq_y = 2
amplitude_x = 94.3
end_amplitude_x = 27.9
amplitude_y = 130
end_amplitude_y = 26.5
phase = 90
end_phase = 90
cycles = 100
[grp0_b1_m0]
type = circle
radius = 50
end_radius = 50
cycles = 1
[grp_0]
type = group
modules = grp0_b0_m0 | grp0_b1_m0
[s1]
type = damping
decay_rate = 0.02
end_decay_rate = 0.02
duration = 60
[s2]
type = translation
start_x = 0
end_x = 100
start_y = 0
end_y = 0
normalize = true
[output]
width = 800
height = 800
stroke_width = 0.3
stroke_color = #000000
background_color = #ffffff
margin = 0.08
filename = /dev/null
[sampling]
initial_samples = 1000000
output_samples = 100000
use_arc_length = true
scroll_repeats = 1