-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault_render_config.json
59 lines (59 loc) · 1.06 KB
/
default_render_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
{
"bg_color": [
0.3,
0.8,
0.9,
1.0
],
"object": {
"offset": [
0,
0,
-0.5
],
"rand_trans": [
[
-0.05,
0.05
],
[
-0.05,
0.05
],
[
-0.05,
0.05
]
],
"rand_rot": [
[
-3.141592653589793,
3.141592653589793
],
[
-3.141592653589793,
3.141592653589793
],
[
-3.141592653589793,
3.141592653589793
]
]
},
"lighting": [
{
"type": "directional",
"color": [
1,
0.9,
1
],
"intensity": 30.0
},
{
"type": "spot",
"cone_angle": 1.0471975511965976,
"intensity": 1
}
]
}