-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
41 lines (39 loc) · 863 Bytes
/
config.toml
File metadata and controls
41 lines (39 loc) · 863 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
# General config file for project documentation parser
[hole]
parser_type = "image"
path = "image/arcs_no_dimensions.png"
flip_y = true
remove_colinear = false
simplify_tolerance = 0.0
coords = []
depth = [100]
scale = 1.0
hole = true
debug = false
grid_size = 25
min_spacing = 10.0
[dump]
parser_type = "image"
path = "image/two_rectangles_no_dimensions.png"
flip_y = true
remove_colinear = true
simplify_tolerance = 0.0
# coords = [
# [
# [-100.0, 0.0],
# [0.0, 0.0],
# [0.0, 100.0],
# ],
# [
# [200.0, -100.0],
# [300.0, -100.0],
# [300.0, 0.0],
# ]
# ]
coords = []
depth = []
scale = 2.0
hole = false
debug = false
grid_size = 25
min_spacing = 10.0