-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
50 lines (50 loc) · 1.4 KB
/
config.json.example
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"work_dir": "/path/to/your/workdir/",
"project_name": "YourProjectName",
"source_files": {
"svg_filename": "NameOfYourSVGFile.svg",
"svg_height": 16257,
"svg_width": 16257,
"tile_size": 512
},
"enfusion_texture_masks": {
"etm_path": "/path/to/your/enfusion/texture/surface/masks",
"etm_1": "Crop_Field_01.png",
"etm_2": "Crop_Field_02.png",
"etm_3": "ZI_Crop_Field_03.png",
"etm_4": "Grass_02.png"
},
"enfusion_surface_map_resolution": 1.000795,
"palette": ["#89723e", "#4f4333", "#7e895e", "#3a4422"],
"borders": {
"min_border_width":0.1,
"max_border_width":5
},
"point_generators":{
"random": {
"num_points": 50
},
"grid": {
"nx":10,
"ny":10,
"rand_offset_x":5,
"rand_offset_y":5,
"rand_step_x":2,
"rand_step_y":5,
"angle":240
},
"rectangle": {
"num_rectangles":10,
"min_width":1,
"max_width":5,
"min_height":1,
"max_height":5
}
},
"paths": {
"__comment": "Don't modify anything here, unless you know what you are doing !",
"source_dir": "sources/",
"save_dir": "saves/",
"save_data_dir": "data/"
}
}