-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
63 lines (62 loc) · 1.14 KB
/
config.json
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
{
"cube": {
"cubeSize" : 3,
"cube_only" : false,
"cube_amount" : 50,
"model_monkey" : false,
"scaleX" : 1,
"scaleY" : 1,
"scaleZ" : 1
},
"light": {
"light_base1" : 200,
"light_base2" : 300
},
"generation": {
"exTime" : 7,
"extrDistanceMax" : 15,
"extrDistanceMin" : 2,
"randomStep" : 3,
"shrink_P" : 3,
"shrink_val" : 2,
"inset_P" : 10,
"inset_thickness" : 1,
"offset_P" : 90,
"offset_val" : 1,
"plane_S" : 3000
},
"node": {
"node_range_min" : 50,
"node_range_max" : 200
},
"camera": {
"cam_location_X" : 140,
"cam_location_Y" : 0,
"cam_location_Z" : 50,
"cam_len" : 45
},
"rotate": {
"rotate_mode" : false,
"rotate_interval" : 30,
"cam_ascend" : 30,
"cam_ascend_interval" : 10
},
"view_plane": {
"VP_mode" : true,
"VP_camCube" : false,
"VP_size_x" : 150,
"VP_size_y" : 300,
"VP_dist_x" : 150,
"VP_dist_y" : 0,
"cam_dispersion" : 30,
"cam_nadir_bound" : 10
},
"global": {
"render_compression" : 70,
"Eevee" : true,
"Cycles" : false,
"GPU" : true,
"mem_tile" : 2048,
"sample_rate" : 1024
}
}