initialization
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- .gitignore +3 -0
- .vscode/settings.json +3 -0
- LICENSE.txt +28 -0
- agents/DJI_Mavic_Mini_2.glb +3 -0
- agents/DJI_Mavic_Mini_2_protect.glb +3 -0
- agents/DJI_Mavic_blue.glb +3 -0
- agents/DJI_Mavic_green.glb +3 -0
- agents/DJI_Mavic_orange.glb +3 -0
- agents/DJI_Mavic_red.glb +3 -0
- agents/drone_blue.glb +3 -0
- agents/drone_green.glb +3 -0
- agents/drone_orange.glb +3 -0
- agents/drone_red.glb +3 -0
- configs/agents/DJI_Mavic_Mini_2.object_config.json +13 -0
- configs/agents/DJI_Mavic_blue.object_config.json +13 -0
- configs/agents/DJI_Mavic_green.object_config.json +13 -0
- configs/agents/DJI_Mavic_orange.object_config.json +13 -0
- configs/agents/DJI_Mavic_red.object_config.json +13 -0
- configs/agents/drone_blue.object_config.json +13 -0
- configs/agents/drone_green.object_config.json +13 -0
- configs/agents/drone_orange.object_config.json +13 -0
- configs/agents/drone_red.object_config.json +13 -0
- configs/lighting/box10_0.lighting_config.json +228 -0
- configs/lighting/box15_0.lighting_config.json +228 -0
- configs/lighting/frl_apartment_0.lighting_config.json +228 -0
- configs/lighting/frl_apartment_1.lighting_config.json +214 -0
- configs/lighting/frl_apartment_2.lighting_config.json +228 -0
- configs/lighting/frl_apartment_3.lighting_config.json +228 -0
- configs/lighting/frl_apartment_4.lighting_config.json +228 -0
- configs/lighting/frl_apartment_5.lighting_config.json +228 -0
- configs/lighting/frl_apartment_stage.lighting_config.json +102 -0
- configs/lighting/garage_v1_0.lighting_config.json +258 -0
- configs/objects/frl_apartment_basket.object_config.json +28 -0
- configs/objects/frl_apartment_beanbag.object_config.json +12 -0
- configs/objects/frl_apartment_bike_01.object_config.json +12 -0
- configs/objects/frl_apartment_bike_02.object_config.json +12 -0
- configs/objects/frl_apartment_bin_01.object_config.json +12 -0
- configs/objects/frl_apartment_bin_02.object_config.json +12 -0
- configs/objects/frl_apartment_bin_03.object_config.json +12 -0
- configs/objects/frl_apartment_book_01.object_config.json +12 -0
- configs/objects/frl_apartment_book_02.object_config.json +12 -0
- configs/objects/frl_apartment_book_03.object_config.json +12 -0
- configs/objects/frl_apartment_book_04.object_config.json +12 -0
- configs/objects/frl_apartment_book_05.object_config.json +12 -0
- configs/objects/frl_apartment_book_06.object_config.json +12 -0
- configs/objects/frl_apartment_bowl_01.object_config.json +12 -0
- configs/objects/frl_apartment_bowl_02.object_config.json +12 -0
- configs/objects/frl_apartment_bowl_03.object_config.json +12 -0
- configs/objects/frl_apartment_bowl_06.object_config.json +12 -0
.gitattributes
CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
*.glb filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# blender files
|
2 |
+
**/*.blend
|
3 |
+
**/*.blend1
|
.vscode/settings.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ros.distro": "noetic"
|
3 |
+
}
|
LICENSE.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
CC BY-NC 4.0 License (https://creativecommons.org/licenses/by-nc/4.0/)
|
2 |
+
|
3 |
+
Copyright (c) Facebook, Inc. and its affiliates.
|
4 |
+
|
5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
+
of this material, to copy and redistribute the material in any medium or format,
|
7 |
+
and to remix, transform, and build upon the material subject to the following
|
8 |
+
conditions:
|
9 |
+
|
10 |
+
- Attribution: You must give appropriate credit, provide a link to the license,
|
11 |
+
and indicate if changes were made. You may do so in any reasonable manner,
|
12 |
+
but not in any way that suggests the licensor endorses you or your use.
|
13 |
+
|
14 |
+
- NonCommercial: You may not use the material for commercial purposes.
|
15 |
+
|
16 |
+
- No additional restrictions: You may not apply legal terms or technological
|
17 |
+
measures that legally restrict others from doing anything the license permits.
|
18 |
+
|
19 |
+
The above copyright notice and this permission notice shall be included in all
|
20 |
+
copies or substantial portions of the Software.
|
21 |
+
|
22 |
+
THE MATERIAL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
23 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
26 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
27 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
28 |
+
MATERIAL.
|
agents/DJI_Mavic_Mini_2.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2bf9929ad9010ed8f5e0b87eaa7ce56df0d03040e706463e194c75b0d82033d
|
3 |
+
size 3602608
|
agents/DJI_Mavic_Mini_2_protect.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c35cf00d43cccbbf8c1e97291300db810afb14a5d8b450b22861ba259b5a469
|
3 |
+
size 3625076
|
agents/DJI_Mavic_blue.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f75c68f5952ff56ed71dd0d047baaa345562afc0170fbbce82bea23d8f36b8c3
|
3 |
+
size 4079676
|
agents/DJI_Mavic_green.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cfdae189e849977d52f70f4d7d7d6fdae6ee81c23e3a6792ff016c0b5d47439
|
3 |
+
size 4079676
|
agents/DJI_Mavic_orange.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd422a5f5f2398a8fb9e5155234e9ed0bd6d23812e04b2f8788341b28845185c
|
3 |
+
size 4079528
|
agents/DJI_Mavic_red.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cdf089c696ac1d6855df557239369cbe4c8f23d98dc33e70de271cd8fc5d04d
|
3 |
+
size 4079672
|
agents/drone_blue.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e808e1ff79cce590433df048663964f754bbfb6f65ca074c93d1fd37bb04ad2
|
3 |
+
size 6720376
|
agents/drone_green.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5edb96e7ff79955c1d0a034f015909e1b60f54992f5ec271de85d505cf98bbf8
|
3 |
+
size 6720376
|
agents/drone_orange.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d429e2246f9a60274311ec1e15404a0f510871970cf15f6cb2da9283786a1725
|
3 |
+
size 6720300
|
agents/drone_red.glb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abaa4e48174417f27dee519b59db838842cdab7e25be16992c609fed606b6072
|
3 |
+
size 6720376
|
configs/agents/DJI_Mavic_Mini_2.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/DJI_Mavic_Mini_2.glb",
|
3 |
+
"collision_asset": "../../agents/DJI_Mavic_Mini_2.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[2.0,2.0,2.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/agents/DJI_Mavic_blue.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/DJI_Mavic_blue.glb",
|
3 |
+
"collision_asset": "../../agents/DJI_Mavic_blue.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[1.0,1.0,1.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/agents/DJI_Mavic_green.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/DJI_Mavic_green.glb",
|
3 |
+
"collision_asset": "../../agents/DJI_Mavic_green.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[1.0,1.0,1.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/agents/DJI_Mavic_orange.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/DJI_Mavic_orange.glb",
|
3 |
+
"collision_asset": "../../agents/DJI_Mavic_orange.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[1.0,1.0,1.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/agents/DJI_Mavic_red.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/DJI_Mavic_red.glb",
|
3 |
+
"collision_asset": "../../agents/DJI_Mavic_red.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[1.0,1.0,1.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/agents/drone_blue.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/drone_blue.glb",
|
3 |
+
"collision_asset": "../../agents/drone_blue.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[2.0,2.0,2.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/agents/drone_green.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/drone_green.glb",
|
3 |
+
"collision_asset": "../../agents/drone_green.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[2.0,2.0,2.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/agents/drone_orange.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/drone_orange.glb",
|
3 |
+
"collision_asset": "../../agents/drone_orange.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[2.0,2.0,2.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/agents/drone_red.object_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../agents/drone_red.glb",
|
3 |
+
"collision_asset": "../../agents/drone_red.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": true,
|
11 |
+
"scale":[2.0,2.0,2.0],
|
12 |
+
"semantic_id": 6
|
13 |
+
}
|
configs/lighting/box10_0.lighting_config.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
10,
|
7 |
+
7,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"intensity": 20.5,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1.0
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
10,
|
21 |
+
7,
|
22 |
+
-5
|
23 |
+
],
|
24 |
+
"intensity": 20.5,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1.0
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
10,
|
35 |
+
7,
|
36 |
+
-10
|
37 |
+
],
|
38 |
+
"intensity": 20.5,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1.0
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
10,
|
49 |
+
7,
|
50 |
+
-15
|
51 |
+
],
|
52 |
+
"intensity": 20.5,
|
53 |
+
"color": [
|
54 |
+
0.93,
|
55 |
+
0.98,
|
56 |
+
1.0
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
5,
|
63 |
+
7,
|
64 |
+
0
|
65 |
+
],
|
66 |
+
"intensity": 20.5,
|
67 |
+
"color": [
|
68 |
+
0.93,
|
69 |
+
0.98,
|
70 |
+
1.0
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
5,
|
77 |
+
7,
|
78 |
+
-5
|
79 |
+
],
|
80 |
+
"intensity": 20.5,
|
81 |
+
"color": [
|
82 |
+
0.93,
|
83 |
+
0.98,
|
84 |
+
1.0
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
5,
|
91 |
+
7,
|
92 |
+
-10
|
93 |
+
],
|
94 |
+
"intensity": 20.5,
|
95 |
+
"color": [
|
96 |
+
0.93,
|
97 |
+
0.98,
|
98 |
+
1.0
|
99 |
+
]
|
100 |
+
},
|
101 |
+
"7": {
|
102 |
+
"type": "point",
|
103 |
+
"position": [
|
104 |
+
5,
|
105 |
+
7,
|
106 |
+
-15
|
107 |
+
],
|
108 |
+
"intensity": 20.5,
|
109 |
+
"color": [
|
110 |
+
0.93,
|
111 |
+
0.98,
|
112 |
+
1.0
|
113 |
+
]
|
114 |
+
},
|
115 |
+
"8": {
|
116 |
+
"type": "point",
|
117 |
+
"position": [
|
118 |
+
0,
|
119 |
+
7,
|
120 |
+
0
|
121 |
+
],
|
122 |
+
"intensity": 20.5,
|
123 |
+
"color": [
|
124 |
+
0.93,
|
125 |
+
0.98,
|
126 |
+
1.0
|
127 |
+
]
|
128 |
+
},
|
129 |
+
"9": {
|
130 |
+
"type": "point",
|
131 |
+
"position": [
|
132 |
+
0,
|
133 |
+
7,
|
134 |
+
-5
|
135 |
+
],
|
136 |
+
"intensity": 20.5,
|
137 |
+
"color": [
|
138 |
+
0.93,
|
139 |
+
0.98,
|
140 |
+
1.0
|
141 |
+
]
|
142 |
+
},
|
143 |
+
"10": {
|
144 |
+
"type": "point",
|
145 |
+
"position": [
|
146 |
+
0,
|
147 |
+
7,
|
148 |
+
-10
|
149 |
+
],
|
150 |
+
"intensity": 20.5,
|
151 |
+
"color": [
|
152 |
+
0.93,
|
153 |
+
0.98,
|
154 |
+
1.0
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"11": {
|
158 |
+
"type": "point",
|
159 |
+
"position": [
|
160 |
+
0,
|
161 |
+
7,
|
162 |
+
-15
|
163 |
+
],
|
164 |
+
"intensity": 20.5,
|
165 |
+
"color": [
|
166 |
+
0.93,
|
167 |
+
0.98,
|
168 |
+
1.0
|
169 |
+
]
|
170 |
+
},
|
171 |
+
"12": {
|
172 |
+
"type": "point",
|
173 |
+
"position": [
|
174 |
+
-5,
|
175 |
+
7,
|
176 |
+
0
|
177 |
+
],
|
178 |
+
"intensity": 20.5,
|
179 |
+
"color": [
|
180 |
+
0.93,
|
181 |
+
0.98,
|
182 |
+
1.0
|
183 |
+
]
|
184 |
+
},
|
185 |
+
"13": {
|
186 |
+
"type": "point",
|
187 |
+
"position": [
|
188 |
+
-5,
|
189 |
+
7,
|
190 |
+
-5
|
191 |
+
],
|
192 |
+
"intensity": 20.5,
|
193 |
+
"color": [
|
194 |
+
0.93,
|
195 |
+
0.98,
|
196 |
+
1.0
|
197 |
+
]
|
198 |
+
},
|
199 |
+
"14": {
|
200 |
+
"type": "point",
|
201 |
+
"position": [
|
202 |
+
-5,
|
203 |
+
7,
|
204 |
+
-10
|
205 |
+
],
|
206 |
+
"intensity": 20.5,
|
207 |
+
"color": [
|
208 |
+
0.93,
|
209 |
+
0.98,
|
210 |
+
1.0
|
211 |
+
]
|
212 |
+
},
|
213 |
+
"15": {
|
214 |
+
"type": "point",
|
215 |
+
"position": [
|
216 |
+
-5,
|
217 |
+
7,
|
218 |
+
-15
|
219 |
+
],
|
220 |
+
"intensity": 20.5,
|
221 |
+
"color": [
|
222 |
+
0.93,
|
223 |
+
0.98,
|
224 |
+
1.0
|
225 |
+
]
|
226 |
+
}
|
227 |
+
}
|
228 |
+
}
|
configs/lighting/box15_0.lighting_config.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
15,
|
7 |
+
7,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"intensity": 20.5,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1.0
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
15,
|
21 |
+
7,
|
22 |
+
-7.5
|
23 |
+
],
|
24 |
+
"intensity": 20.5,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1.0
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
15,
|
35 |
+
7,
|
36 |
+
-15
|
37 |
+
],
|
38 |
+
"intensity": 20.5,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1.0
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
15,
|
49 |
+
7,
|
50 |
+
-22.5
|
51 |
+
],
|
52 |
+
"intensity": 20.5,
|
53 |
+
"color": [
|
54 |
+
0.93,
|
55 |
+
0.98,
|
56 |
+
1.0
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
7.5,
|
63 |
+
7,
|
64 |
+
0
|
65 |
+
],
|
66 |
+
"intensity": 20.5,
|
67 |
+
"color": [
|
68 |
+
0.93,
|
69 |
+
0.98,
|
70 |
+
1.0
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
7.5,
|
77 |
+
7,
|
78 |
+
-7.5
|
79 |
+
],
|
80 |
+
"intensity": 20.5,
|
81 |
+
"color": [
|
82 |
+
0.93,
|
83 |
+
0.98,
|
84 |
+
1.0
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
7.5,
|
91 |
+
7,
|
92 |
+
-15
|
93 |
+
],
|
94 |
+
"intensity": 20.5,
|
95 |
+
"color": [
|
96 |
+
0.93,
|
97 |
+
0.98,
|
98 |
+
1.0
|
99 |
+
]
|
100 |
+
},
|
101 |
+
"7": {
|
102 |
+
"type": "point",
|
103 |
+
"position": [
|
104 |
+
7.5,
|
105 |
+
7,
|
106 |
+
-22.5
|
107 |
+
],
|
108 |
+
"intensity": 20.5,
|
109 |
+
"color": [
|
110 |
+
0.93,
|
111 |
+
0.98,
|
112 |
+
1.0
|
113 |
+
]
|
114 |
+
},
|
115 |
+
"8": {
|
116 |
+
"type": "point",
|
117 |
+
"position": [
|
118 |
+
0,
|
119 |
+
7,
|
120 |
+
0
|
121 |
+
],
|
122 |
+
"intensity": 20.5,
|
123 |
+
"color": [
|
124 |
+
0.93,
|
125 |
+
0.98,
|
126 |
+
1.0
|
127 |
+
]
|
128 |
+
},
|
129 |
+
"9": {
|
130 |
+
"type": "point",
|
131 |
+
"position": [
|
132 |
+
0,
|
133 |
+
7,
|
134 |
+
-7.5
|
135 |
+
],
|
136 |
+
"intensity": 20.5,
|
137 |
+
"color": [
|
138 |
+
0.93,
|
139 |
+
0.98,
|
140 |
+
1.0
|
141 |
+
]
|
142 |
+
},
|
143 |
+
"10": {
|
144 |
+
"type": "point",
|
145 |
+
"position": [
|
146 |
+
0,
|
147 |
+
7,
|
148 |
+
-15
|
149 |
+
],
|
150 |
+
"intensity": 20.5,
|
151 |
+
"color": [
|
152 |
+
0.93,
|
153 |
+
0.98,
|
154 |
+
1.0
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"11": {
|
158 |
+
"type": "point",
|
159 |
+
"position": [
|
160 |
+
0,
|
161 |
+
7,
|
162 |
+
-22.5
|
163 |
+
],
|
164 |
+
"intensity": 20.5,
|
165 |
+
"color": [
|
166 |
+
0.93,
|
167 |
+
0.98,
|
168 |
+
1.0
|
169 |
+
]
|
170 |
+
},
|
171 |
+
"12": {
|
172 |
+
"type": "point",
|
173 |
+
"position": [
|
174 |
+
-7.5,
|
175 |
+
7,
|
176 |
+
0
|
177 |
+
],
|
178 |
+
"intensity": 20.5,
|
179 |
+
"color": [
|
180 |
+
0.93,
|
181 |
+
0.98,
|
182 |
+
1.0
|
183 |
+
]
|
184 |
+
},
|
185 |
+
"13": {
|
186 |
+
"type": "point",
|
187 |
+
"position": [
|
188 |
+
-7.5,
|
189 |
+
7,
|
190 |
+
-7.5
|
191 |
+
],
|
192 |
+
"intensity": 20.5,
|
193 |
+
"color": [
|
194 |
+
0.93,
|
195 |
+
0.98,
|
196 |
+
1.0
|
197 |
+
]
|
198 |
+
},
|
199 |
+
"14": {
|
200 |
+
"type": "point",
|
201 |
+
"position": [
|
202 |
+
-7.5,
|
203 |
+
7,
|
204 |
+
-15
|
205 |
+
],
|
206 |
+
"intensity": 20.5,
|
207 |
+
"color": [
|
208 |
+
0.93,
|
209 |
+
0.98,
|
210 |
+
1.0
|
211 |
+
]
|
212 |
+
},
|
213 |
+
"15": {
|
214 |
+
"type": "point",
|
215 |
+
"position": [
|
216 |
+
-7.5,
|
217 |
+
7,
|
218 |
+
-22.5
|
219 |
+
],
|
220 |
+
"intensity": 20.5,
|
221 |
+
"color": [
|
222 |
+
0.93,
|
223 |
+
0.98,
|
224 |
+
1.0
|
225 |
+
]
|
226 |
+
}
|
227 |
+
}
|
228 |
+
}
|
configs/lighting/frl_apartment_0.lighting_config.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
-0.9100000000000004,
|
7 |
+
2.3,
|
8 |
+
2.53
|
9 |
+
],
|
10 |
+
"intensity": 1.1586479857089982,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
-1.4000000000000001,
|
21 |
+
2.3,
|
22 |
+
-0.17500000000000016
|
23 |
+
],
|
24 |
+
"intensity": 1.1586479857089982,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
-1.4,
|
35 |
+
2.3,
|
36 |
+
-2.7750000000000004
|
37 |
+
],
|
38 |
+
"intensity": 1.1586479857089982,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
6.928,
|
49 |
+
3.3,
|
50 |
+
6.849
|
51 |
+
],
|
52 |
+
"intensity": 4.45633840657307,
|
53 |
+
"color": [
|
54 |
+
1,
|
55 |
+
1,
|
56 |
+
1
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
7.048,
|
63 |
+
3.3,
|
64 |
+
2.3780000000000014
|
65 |
+
],
|
66 |
+
"intensity": 7.321127382227186,
|
67 |
+
"color": [
|
68 |
+
1,
|
69 |
+
1,
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
1.0026700000000002,
|
77 |
+
1.75,
|
78 |
+
2.3869999999999996
|
79 |
+
],
|
80 |
+
"intensity": 0.9803944494460753,
|
81 |
+
"color": [
|
82 |
+
1,
|
83 |
+
1,
|
84 |
+
0.95
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
1.5,
|
91 |
+
1.5,
|
92 |
+
6.9
|
93 |
+
],
|
94 |
+
"intensity": 0.9803944494460753,
|
95 |
+
"color": [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
0.95
|
99 |
+
]
|
100 |
+
},
|
101 |
+
"7": {
|
102 |
+
"type": "point",
|
103 |
+
"position": [
|
104 |
+
1.65,
|
105 |
+
2.6,
|
106 |
+
-2.03
|
107 |
+
],
|
108 |
+
"intensity": -1.336901521971921,
|
109 |
+
"color": [
|
110 |
+
1,
|
111 |
+
1,
|
112 |
+
1
|
113 |
+
]
|
114 |
+
},
|
115 |
+
"8": {
|
116 |
+
"type": "point",
|
117 |
+
"position": [
|
118 |
+
6.06,
|
119 |
+
2.6,
|
120 |
+
-2.67
|
121 |
+
],
|
122 |
+
"intensity": -2.673803043943842,
|
123 |
+
"color": [
|
124 |
+
1,
|
125 |
+
1,
|
126 |
+
1
|
127 |
+
]
|
128 |
+
},
|
129 |
+
"9": {
|
130 |
+
"type": "point",
|
131 |
+
"position": [
|
132 |
+
0.3,
|
133 |
+
0.5,
|
134 |
+
-0.8
|
135 |
+
],
|
136 |
+
"intensity": -0.3565070725258456,
|
137 |
+
"color": [
|
138 |
+
1,
|
139 |
+
1,
|
140 |
+
1
|
141 |
+
]
|
142 |
+
},
|
143 |
+
"10": {
|
144 |
+
"type": "point",
|
145 |
+
"position": [
|
146 |
+
0.3,
|
147 |
+
-0.3,
|
148 |
+
-0.1
|
149 |
+
],
|
150 |
+
"intensity": -0.22281692032865347,
|
151 |
+
"color": [
|
152 |
+
1,
|
153 |
+
1,
|
154 |
+
1
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"11": {
|
158 |
+
"type": "point",
|
159 |
+
"position": [
|
160 |
+
0.8,
|
161 |
+
0.6,
|
162 |
+
2.099
|
163 |
+
],
|
164 |
+
"intensity": -0.4901972247230377,
|
165 |
+
"color": [
|
166 |
+
1,
|
167 |
+
1,
|
168 |
+
1
|
169 |
+
]
|
170 |
+
},
|
171 |
+
"12": {
|
172 |
+
"type": "point",
|
173 |
+
"position": [
|
174 |
+
1.4,
|
175 |
+
0.6,
|
176 |
+
2.4
|
177 |
+
],
|
178 |
+
"intensity": -0.4901972247230377,
|
179 |
+
"color": [
|
180 |
+
1,
|
181 |
+
1,
|
182 |
+
1
|
183 |
+
]
|
184 |
+
},
|
185 |
+
"13": {
|
186 |
+
"type": "point",
|
187 |
+
"position": [
|
188 |
+
1.95,
|
189 |
+
0.4,
|
190 |
+
5.85
|
191 |
+
],
|
192 |
+
"intensity": -0.3183098861837907,
|
193 |
+
"color": [
|
194 |
+
1,
|
195 |
+
1,
|
196 |
+
1
|
197 |
+
]
|
198 |
+
},
|
199 |
+
"14": {
|
200 |
+
"type": "point",
|
201 |
+
"position": [
|
202 |
+
2.9,
|
203 |
+
0.7,
|
204 |
+
9.0991
|
205 |
+
],
|
206 |
+
"intensity": -1.7825353626292277,
|
207 |
+
"color": [
|
208 |
+
1,
|
209 |
+
1,
|
210 |
+
1
|
211 |
+
]
|
212 |
+
},
|
213 |
+
"15": {
|
214 |
+
"type": "point",
|
215 |
+
"position": [
|
216 |
+
-2.7,
|
217 |
+
0.8,
|
218 |
+
-1.5
|
219 |
+
],
|
220 |
+
"intensity": -0.6684507609859605,
|
221 |
+
"color": [
|
222 |
+
1,
|
223 |
+
1,
|
224 |
+
1
|
225 |
+
]
|
226 |
+
}
|
227 |
+
}
|
228 |
+
}
|
configs/lighting/frl_apartment_1.lighting_config.json
ADDED
@@ -0,0 +1,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
-0.9100000000000004,
|
7 |
+
2.3,
|
8 |
+
2.53
|
9 |
+
],
|
10 |
+
"intensity": 1.1586479857089982,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
-1.4000000000000001,
|
21 |
+
2.3,
|
22 |
+
-0.17500000000000016
|
23 |
+
],
|
24 |
+
"intensity": 1.1586479857089982,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
-1.4,
|
35 |
+
2.3,
|
36 |
+
-2.7750000000000004
|
37 |
+
],
|
38 |
+
"intensity": 1.1586479857089982,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
6.928,
|
49 |
+
3.3,
|
50 |
+
6.849
|
51 |
+
],
|
52 |
+
"intensity": 4.45633840657307,
|
53 |
+
"color": [
|
54 |
+
1,
|
55 |
+
1,
|
56 |
+
1
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
7.048,
|
63 |
+
3.3,
|
64 |
+
2.3780000000000014
|
65 |
+
],
|
66 |
+
"intensity": 7.321127382227186,
|
67 |
+
"color": [
|
68 |
+
1,
|
69 |
+
1,
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
0.7999999999999996,
|
77 |
+
1.85,
|
78 |
+
1.4000000000000004
|
79 |
+
],
|
80 |
+
"intensity": 0.9803944494460753,
|
81 |
+
"color": [
|
82 |
+
1,
|
83 |
+
1,
|
84 |
+
0.95
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
1.5,
|
91 |
+
1.5,
|
92 |
+
6.9
|
93 |
+
],
|
94 |
+
"intensity": 0.9803944494460753,
|
95 |
+
"color": [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
0.95
|
99 |
+
]
|
100 |
+
},
|
101 |
+
"7": {
|
102 |
+
"type": "point",
|
103 |
+
"position": [
|
104 |
+
1.65,
|
105 |
+
2.6,
|
106 |
+
-2.03
|
107 |
+
],
|
108 |
+
"intensity": -1.336901521971921,
|
109 |
+
"color": [
|
110 |
+
1,
|
111 |
+
1,
|
112 |
+
1
|
113 |
+
]
|
114 |
+
},
|
115 |
+
"8": {
|
116 |
+
"type": "point",
|
117 |
+
"position": [
|
118 |
+
6.06,
|
119 |
+
2.6,
|
120 |
+
-2.67
|
121 |
+
],
|
122 |
+
"intensity": -2.673803043943842,
|
123 |
+
"color": [
|
124 |
+
1,
|
125 |
+
1,
|
126 |
+
1
|
127 |
+
]
|
128 |
+
},
|
129 |
+
"9": {
|
130 |
+
"type": "point",
|
131 |
+
"position": [
|
132 |
+
0.5999999999999999,
|
133 |
+
0.7000000000000001,
|
134 |
+
1.8000000000000003
|
135 |
+
],
|
136 |
+
"intensity": -0.4901972247230377,
|
137 |
+
"color": [
|
138 |
+
1,
|
139 |
+
1,
|
140 |
+
1
|
141 |
+
]
|
142 |
+
},
|
143 |
+
"10": {
|
144 |
+
"type": "point",
|
145 |
+
"position": [
|
146 |
+
0.7999999999999995,
|
147 |
+
0.7000000000000001,
|
148 |
+
1.0999999999999999
|
149 |
+
],
|
150 |
+
"intensity": -0.4901972247230377,
|
151 |
+
"color": [
|
152 |
+
1,
|
153 |
+
1,
|
154 |
+
1
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"11": {
|
158 |
+
"type": "point",
|
159 |
+
"position": [
|
160 |
+
2.5999999999999988,
|
161 |
+
0.7000000000000001,
|
162 |
+
5.04448
|
163 |
+
],
|
164 |
+
"intensity": -0.477464829275686,
|
165 |
+
"color": [
|
166 |
+
1,
|
167 |
+
1,
|
168 |
+
1
|
169 |
+
]
|
170 |
+
},
|
171 |
+
"12": {
|
172 |
+
"type": "point",
|
173 |
+
"position": [
|
174 |
+
2.3,
|
175 |
+
0.5,
|
176 |
+
8.1
|
177 |
+
],
|
178 |
+
"intensity": -0.7002817496043395,
|
179 |
+
"color": [
|
180 |
+
1,
|
181 |
+
1,
|
182 |
+
1
|
183 |
+
]
|
184 |
+
},
|
185 |
+
"13": {
|
186 |
+
"type": "point",
|
187 |
+
"position": [
|
188 |
+
-2.7569999999999997,
|
189 |
+
0.9000000000000001,
|
190 |
+
-1.1970000000000003
|
191 |
+
],
|
192 |
+
"intensity": -0.6684507609859605,
|
193 |
+
"color": [
|
194 |
+
1,
|
195 |
+
1,
|
196 |
+
1
|
197 |
+
]
|
198 |
+
},
|
199 |
+
"14": {
|
200 |
+
"type": "point",
|
201 |
+
"position": [
|
202 |
+
0.3,
|
203 |
+
0.4,
|
204 |
+
5.2
|
205 |
+
],
|
206 |
+
"intensity": -0.3819718634205488,
|
207 |
+
"color": [
|
208 |
+
1,
|
209 |
+
1,
|
210 |
+
1
|
211 |
+
]
|
212 |
+
}
|
213 |
+
}
|
214 |
+
}
|
configs/lighting/frl_apartment_2.lighting_config.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
-0.9100000000000004,
|
7 |
+
2.3,
|
8 |
+
2.53
|
9 |
+
],
|
10 |
+
"intensity": 1.1586479857089982,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
-1.4000000000000001,
|
21 |
+
2.3,
|
22 |
+
-0.17500000000000016
|
23 |
+
],
|
24 |
+
"intensity": 1.1586479857089982,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
-1.4,
|
35 |
+
2.3,
|
36 |
+
-2.7750000000000004
|
37 |
+
],
|
38 |
+
"intensity": 1.1586479857089982,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
6.928,
|
49 |
+
3.3,
|
50 |
+
6.849
|
51 |
+
],
|
52 |
+
"intensity": 4.45633840657307,
|
53 |
+
"color": [
|
54 |
+
1,
|
55 |
+
1,
|
56 |
+
1
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
7.048,
|
63 |
+
3.3,
|
64 |
+
2.3780000000000014
|
65 |
+
],
|
66 |
+
"intensity": 7.321127382227186,
|
67 |
+
"color": [
|
68 |
+
1,
|
69 |
+
1,
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
0.5,
|
77 |
+
1.85,
|
78 |
+
1.4000000000000004
|
79 |
+
],
|
80 |
+
"intensity": 0.9803944494460753,
|
81 |
+
"color": [
|
82 |
+
1,
|
83 |
+
1,
|
84 |
+
0.95
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
1.7,
|
91 |
+
1.5,
|
92 |
+
5.7
|
93 |
+
],
|
94 |
+
"intensity": 0.9803944494460753,
|
95 |
+
"color": [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
0.95
|
99 |
+
]
|
100 |
+
},
|
101 |
+
"7": {
|
102 |
+
"type": "point",
|
103 |
+
"position": [
|
104 |
+
1.65,
|
105 |
+
2.6,
|
106 |
+
-2.03
|
107 |
+
],
|
108 |
+
"intensity": -1.336901521971921,
|
109 |
+
"color": [
|
110 |
+
1,
|
111 |
+
1,
|
112 |
+
1
|
113 |
+
]
|
114 |
+
},
|
115 |
+
"8": {
|
116 |
+
"type": "point",
|
117 |
+
"position": [
|
118 |
+
6.06,
|
119 |
+
2.6,
|
120 |
+
-2.67
|
121 |
+
],
|
122 |
+
"intensity": -2.673803043943842,
|
123 |
+
"color": [
|
124 |
+
1,
|
125 |
+
1,
|
126 |
+
1
|
127 |
+
]
|
128 |
+
},
|
129 |
+
"9": {
|
130 |
+
"type": "point",
|
131 |
+
"position": [
|
132 |
+
0.45,
|
133 |
+
0.7000000000000001,
|
134 |
+
1.9
|
135 |
+
],
|
136 |
+
"intensity": -0.4901972247230377,
|
137 |
+
"color": [
|
138 |
+
1,
|
139 |
+
1,
|
140 |
+
1
|
141 |
+
]
|
142 |
+
},
|
143 |
+
"10": {
|
144 |
+
"type": "point",
|
145 |
+
"position": [
|
146 |
+
0.45,
|
147 |
+
0.7000000000000001,
|
148 |
+
1.1
|
149 |
+
],
|
150 |
+
"intensity": -0.4901972247230377,
|
151 |
+
"color": [
|
152 |
+
1,
|
153 |
+
1,
|
154 |
+
1
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"11": {
|
158 |
+
"type": "point",
|
159 |
+
"position": [
|
160 |
+
4.5,
|
161 |
+
0.5,
|
162 |
+
3.9
|
163 |
+
],
|
164 |
+
"intensity": -0.3819718634205488,
|
165 |
+
"color": [
|
166 |
+
1,
|
167 |
+
1,
|
168 |
+
1
|
169 |
+
]
|
170 |
+
},
|
171 |
+
"12": {
|
172 |
+
"type": "point",
|
173 |
+
"position": [
|
174 |
+
4.5,
|
175 |
+
0.5,
|
176 |
+
4.5
|
177 |
+
],
|
178 |
+
"intensity": -0.3819718634205488,
|
179 |
+
"color": [
|
180 |
+
1,
|
181 |
+
1,
|
182 |
+
1
|
183 |
+
]
|
184 |
+
},
|
185 |
+
"13": {
|
186 |
+
"type": "point",
|
187 |
+
"position": [
|
188 |
+
2.3,
|
189 |
+
0.5,
|
190 |
+
8.1
|
191 |
+
],
|
192 |
+
"intensity": -0.5092958178940651,
|
193 |
+
"color": [
|
194 |
+
1,
|
195 |
+
1,
|
196 |
+
1
|
197 |
+
]
|
198 |
+
},
|
199 |
+
"14": {
|
200 |
+
"type": "point",
|
201 |
+
"position": [
|
202 |
+
-2.75,
|
203 |
+
0.9,
|
204 |
+
-1.19
|
205 |
+
],
|
206 |
+
"intensity": -0.6684507609859605,
|
207 |
+
"color": [
|
208 |
+
1,
|
209 |
+
1,
|
210 |
+
1
|
211 |
+
]
|
212 |
+
},
|
213 |
+
"15": {
|
214 |
+
"type": "point",
|
215 |
+
"position": [
|
216 |
+
2.6,
|
217 |
+
0.35,
|
218 |
+
5.8
|
219 |
+
],
|
220 |
+
"intensity": -0.3183098861837907,
|
221 |
+
"color": [
|
222 |
+
1,
|
223 |
+
1,
|
224 |
+
1
|
225 |
+
]
|
226 |
+
}
|
227 |
+
}
|
228 |
+
}
|
configs/lighting/frl_apartment_3.lighting_config.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
-0.9100000000000004,
|
7 |
+
2.3,
|
8 |
+
2.53
|
9 |
+
],
|
10 |
+
"intensity": 1.1586479857089982,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
-1.4000000000000001,
|
21 |
+
2.3,
|
22 |
+
-0.17500000000000016
|
23 |
+
],
|
24 |
+
"intensity": 1.1586479857089982,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
-1.4,
|
35 |
+
2.3,
|
36 |
+
-2.7750000000000004
|
37 |
+
],
|
38 |
+
"intensity": 1.1586479857089982,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
6.928,
|
49 |
+
3.3,
|
50 |
+
6.849
|
51 |
+
],
|
52 |
+
"intensity": 4.45633840657307,
|
53 |
+
"color": [
|
54 |
+
1,
|
55 |
+
1,
|
56 |
+
1
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
7.048,
|
63 |
+
3.3,
|
64 |
+
2.3780000000000014
|
65 |
+
],
|
66 |
+
"intensity": 7.321127382227186,
|
67 |
+
"color": [
|
68 |
+
1,
|
69 |
+
1,
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
0.5,
|
77 |
+
1.85,
|
78 |
+
1.4000000000000004
|
79 |
+
],
|
80 |
+
"intensity": 0.9803944494460753,
|
81 |
+
"color": [
|
82 |
+
1,
|
83 |
+
1,
|
84 |
+
1
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
2.1,
|
91 |
+
1.5,
|
92 |
+
7.1
|
93 |
+
],
|
94 |
+
"intensity": 0.9803944494460753,
|
95 |
+
"color": [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
0.95
|
99 |
+
]
|
100 |
+
},
|
101 |
+
"7": {
|
102 |
+
"type": "point",
|
103 |
+
"position": [
|
104 |
+
1.6550000000000005,
|
105 |
+
2.6,
|
106 |
+
-2.034
|
107 |
+
],
|
108 |
+
"intensity": -1.336901521971921,
|
109 |
+
"color": [
|
110 |
+
1,
|
111 |
+
1,
|
112 |
+
1
|
113 |
+
]
|
114 |
+
},
|
115 |
+
"8": {
|
116 |
+
"type": "point",
|
117 |
+
"position": [
|
118 |
+
6.0649999999999995,
|
119 |
+
2.6,
|
120 |
+
-2.671999999999999
|
121 |
+
],
|
122 |
+
"intensity": -2.673803043943842,
|
123 |
+
"color": [
|
124 |
+
1,
|
125 |
+
1,
|
126 |
+
1
|
127 |
+
]
|
128 |
+
},
|
129 |
+
"9": {
|
130 |
+
"type": "point",
|
131 |
+
"position": [
|
132 |
+
0.3,
|
133 |
+
0.7000000000000001,
|
134 |
+
1.75
|
135 |
+
],
|
136 |
+
"intensity": -0.3819718634205488,
|
137 |
+
"color": [
|
138 |
+
1,
|
139 |
+
1,
|
140 |
+
1
|
141 |
+
]
|
142 |
+
},
|
143 |
+
"10": {
|
144 |
+
"type": "point",
|
145 |
+
"position": [
|
146 |
+
-0.3,
|
147 |
+
0.7000000000000001,
|
148 |
+
1.75
|
149 |
+
],
|
150 |
+
"intensity": -0.3819718634205488,
|
151 |
+
"color": [
|
152 |
+
1,
|
153 |
+
1,
|
154 |
+
1
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"11": {
|
158 |
+
"type": "point",
|
159 |
+
"position": [
|
160 |
+
0.4,
|
161 |
+
0.9,
|
162 |
+
-0.9
|
163 |
+
],
|
164 |
+
"intensity": -0.6366197723675814,
|
165 |
+
"color": [
|
166 |
+
1,
|
167 |
+
1,
|
168 |
+
1
|
169 |
+
]
|
170 |
+
},
|
171 |
+
"12": {
|
172 |
+
"type": "point",
|
173 |
+
"position": [
|
174 |
+
2.6919999999999984,
|
175 |
+
0.8,
|
176 |
+
8.8
|
177 |
+
],
|
178 |
+
"intensity": -1.464225476445437,
|
179 |
+
"color": [
|
180 |
+
1,
|
181 |
+
1,
|
182 |
+
1
|
183 |
+
]
|
184 |
+
},
|
185 |
+
"13": {
|
186 |
+
"type": "point",
|
187 |
+
"position": [
|
188 |
+
-2.75,
|
189 |
+
0.9,
|
190 |
+
-1.19
|
191 |
+
],
|
192 |
+
"intensity": -0.6684507609859605,
|
193 |
+
"color": [
|
194 |
+
1,
|
195 |
+
1,
|
196 |
+
1
|
197 |
+
]
|
198 |
+
},
|
199 |
+
"14": {
|
200 |
+
"type": "point",
|
201 |
+
"position": [
|
202 |
+
4.9,
|
203 |
+
0.4,
|
204 |
+
2.4
|
205 |
+
],
|
206 |
+
"intensity": -1.2732395447351628,
|
207 |
+
"color": [
|
208 |
+
1,
|
209 |
+
1,
|
210 |
+
1
|
211 |
+
]
|
212 |
+
},
|
213 |
+
"15": {
|
214 |
+
"type": "point",
|
215 |
+
"position": [
|
216 |
+
-2,
|
217 |
+
0.6,
|
218 |
+
4.5
|
219 |
+
],
|
220 |
+
"intensity": -0.3819718634205488,
|
221 |
+
"color": [
|
222 |
+
1,
|
223 |
+
1,
|
224 |
+
1
|
225 |
+
]
|
226 |
+
}
|
227 |
+
}
|
228 |
+
}
|
configs/lighting/frl_apartment_4.lighting_config.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
-0.9100000000000004,
|
7 |
+
2.3,
|
8 |
+
2.53
|
9 |
+
],
|
10 |
+
"intensity": 1.1586479857089982,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
-1.4000000000000001,
|
21 |
+
2.3,
|
22 |
+
-0.17500000000000016
|
23 |
+
],
|
24 |
+
"intensity": 1.1586479857089982,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
-1.4,
|
35 |
+
2.3,
|
36 |
+
-2.7750000000000004
|
37 |
+
],
|
38 |
+
"intensity": 1.1586479857089982,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
6.928,
|
49 |
+
3.3,
|
50 |
+
6.849
|
51 |
+
],
|
52 |
+
"intensity": 4.45633840657307,
|
53 |
+
"color": [
|
54 |
+
1,
|
55 |
+
1,
|
56 |
+
1
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
7.048,
|
63 |
+
3.3,
|
64 |
+
2.3780000000000014
|
65 |
+
],
|
66 |
+
"intensity": 7.321127382227186,
|
67 |
+
"color": [
|
68 |
+
1,
|
69 |
+
1,
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
1.65,
|
77 |
+
2.6,
|
78 |
+
-2.03
|
79 |
+
],
|
80 |
+
"intensity": -1.336901521971921,
|
81 |
+
"color": [
|
82 |
+
1,
|
83 |
+
1,
|
84 |
+
1
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
6.06,
|
91 |
+
2.6,
|
92 |
+
-2.67
|
93 |
+
],
|
94 |
+
"intensity": -2.673803043943842,
|
95 |
+
"color": [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
1
|
99 |
+
]
|
100 |
+
},
|
101 |
+
"7": {
|
102 |
+
"type": "point",
|
103 |
+
"position": [
|
104 |
+
0.0,
|
105 |
+
1.85,
|
106 |
+
1.5
|
107 |
+
],
|
108 |
+
"intensity": 0.9803944494460753,
|
109 |
+
"color": [
|
110 |
+
1,
|
111 |
+
1,
|
112 |
+
0.95
|
113 |
+
]
|
114 |
+
},
|
115 |
+
"8": {
|
116 |
+
"type": "point",
|
117 |
+
"position": [
|
118 |
+
1.6,
|
119 |
+
1.5,
|
120 |
+
6.8
|
121 |
+
],
|
122 |
+
"intensity": 0.9803944494460753,
|
123 |
+
"color": [
|
124 |
+
1,
|
125 |
+
1,
|
126 |
+
0.95
|
127 |
+
]
|
128 |
+
},
|
129 |
+
"9": {
|
130 |
+
"type": "point",
|
131 |
+
"position": [
|
132 |
+
-0.1,
|
133 |
+
0.7,
|
134 |
+
1.9
|
135 |
+
],
|
136 |
+
"intensity": -0.3819718634205488,
|
137 |
+
"color": [
|
138 |
+
1,
|
139 |
+
1,
|
140 |
+
1
|
141 |
+
]
|
142 |
+
},
|
143 |
+
"10": {
|
144 |
+
"type": "point",
|
145 |
+
"position": [
|
146 |
+
-0.1,
|
147 |
+
0.7,
|
148 |
+
1.4
|
149 |
+
],
|
150 |
+
"intensity": -0.3819718634205488,
|
151 |
+
"color": [
|
152 |
+
1,
|
153 |
+
1,
|
154 |
+
1
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"11": {
|
158 |
+
"type": "point",
|
159 |
+
"position": [
|
160 |
+
2.2,
|
161 |
+
0.2,
|
162 |
+
2.4
|
163 |
+
],
|
164 |
+
"intensity": -0.12732395447351627,
|
165 |
+
"color": [
|
166 |
+
1,
|
167 |
+
1,
|
168 |
+
1
|
169 |
+
]
|
170 |
+
},
|
171 |
+
"12": {
|
172 |
+
"type": "point",
|
173 |
+
"position": [
|
174 |
+
2.2,
|
175 |
+
0.7,
|
176 |
+
1.5
|
177 |
+
],
|
178 |
+
"intensity": -0.2864788975654116,
|
179 |
+
"color": [
|
180 |
+
1,
|
181 |
+
1,
|
182 |
+
1
|
183 |
+
]
|
184 |
+
},
|
185 |
+
"13": {
|
186 |
+
"type": "point",
|
187 |
+
"position": [
|
188 |
+
-2.75,
|
189 |
+
0.9,
|
190 |
+
-1.2
|
191 |
+
],
|
192 |
+
"intensity": -0.6684507609859605,
|
193 |
+
"color": [
|
194 |
+
1,
|
195 |
+
1,
|
196 |
+
1
|
197 |
+
]
|
198 |
+
},
|
199 |
+
"14": {
|
200 |
+
"type": "point",
|
201 |
+
"position": [
|
202 |
+
2.35,
|
203 |
+
0.4,
|
204 |
+
5.4
|
205 |
+
],
|
206 |
+
"intensity": -0.3183098861837907,
|
207 |
+
"color": [
|
208 |
+
1,
|
209 |
+
1,
|
210 |
+
1
|
211 |
+
]
|
212 |
+
},
|
213 |
+
"15": {
|
214 |
+
"type": "point",
|
215 |
+
"position": [
|
216 |
+
2.7,
|
217 |
+
0.7,
|
218 |
+
8.8
|
219 |
+
],
|
220 |
+
"intensity": -1.464225476445437,
|
221 |
+
"color": [
|
222 |
+
1,
|
223 |
+
1,
|
224 |
+
1
|
225 |
+
]
|
226 |
+
}
|
227 |
+
}
|
228 |
+
}
|
configs/lighting/frl_apartment_5.lighting_config.json
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
1.1,
|
7 |
+
1.85,
|
8 |
+
2.1
|
9 |
+
],
|
10 |
+
"intensity": 0.9803944494460753,
|
11 |
+
"color": [
|
12 |
+
1,
|
13 |
+
1,
|
14 |
+
0.95
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
2.2,
|
21 |
+
1.5,
|
22 |
+
7.1
|
23 |
+
],
|
24 |
+
"intensity": 0.9803944494460753,
|
25 |
+
"color": [
|
26 |
+
1,
|
27 |
+
1,
|
28 |
+
0.95
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
-0.91,
|
35 |
+
2.3,
|
36 |
+
2.53
|
37 |
+
],
|
38 |
+
"intensity": 1.1586479857089982,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
6.928,
|
49 |
+
3.3,
|
50 |
+
6.849
|
51 |
+
],
|
52 |
+
"intensity": 4.45633840657307,
|
53 |
+
"color": [
|
54 |
+
1,
|
55 |
+
1,
|
56 |
+
1
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
7.048,
|
63 |
+
3.3,
|
64 |
+
2.378
|
65 |
+
],
|
66 |
+
"intensity": 7.321127382227186,
|
67 |
+
"color": [
|
68 |
+
1,
|
69 |
+
1,
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
1.65,
|
77 |
+
2.6,
|
78 |
+
-2.03
|
79 |
+
],
|
80 |
+
"intensity": -1.336901521971921,
|
81 |
+
"color": [
|
82 |
+
1,
|
83 |
+
1,
|
84 |
+
1
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
6.06,
|
91 |
+
2.6,
|
92 |
+
-2.67
|
93 |
+
],
|
94 |
+
"intensity": -2.673803043943842,
|
95 |
+
"color": [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
1
|
99 |
+
]
|
100 |
+
},
|
101 |
+
"7": {
|
102 |
+
"type": "point",
|
103 |
+
"position": [
|
104 |
+
-1.4,
|
105 |
+
2.3,
|
106 |
+
-0.175
|
107 |
+
],
|
108 |
+
"intensity": 1.1586479857089982,
|
109 |
+
"color": [
|
110 |
+
0.93,
|
111 |
+
0.98,
|
112 |
+
1
|
113 |
+
]
|
114 |
+
},
|
115 |
+
"8": {
|
116 |
+
"type": "point",
|
117 |
+
"position": [
|
118 |
+
-1.4,
|
119 |
+
2.3,
|
120 |
+
-2.775
|
121 |
+
],
|
122 |
+
"intensity": 1.1586479857089982,
|
123 |
+
"color": [
|
124 |
+
0.93,
|
125 |
+
0.98,
|
126 |
+
1
|
127 |
+
]
|
128 |
+
},
|
129 |
+
"9": {
|
130 |
+
"type": "point",
|
131 |
+
"position": [
|
132 |
+
0.9,
|
133 |
+
0.9,
|
134 |
+
2.1
|
135 |
+
],
|
136 |
+
"intensity": -0.4138028520389279,
|
137 |
+
"color": [
|
138 |
+
1,
|
139 |
+
1,
|
140 |
+
1
|
141 |
+
]
|
142 |
+
},
|
143 |
+
"10": {
|
144 |
+
"type": "point",
|
145 |
+
"position": [
|
146 |
+
1.4,
|
147 |
+
0.9,
|
148 |
+
2.1
|
149 |
+
],
|
150 |
+
"intensity": -0.4138028520389279,
|
151 |
+
"color": [
|
152 |
+
1,
|
153 |
+
1,
|
154 |
+
1
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"11": {
|
158 |
+
"type": "point",
|
159 |
+
"position": [
|
160 |
+
4.5,
|
161 |
+
0.7,
|
162 |
+
2.3
|
163 |
+
],
|
164 |
+
"intensity": -0.5092958178940651,
|
165 |
+
"color": [
|
166 |
+
1,
|
167 |
+
1,
|
168 |
+
1
|
169 |
+
]
|
170 |
+
},
|
171 |
+
"12": {
|
172 |
+
"type": "point",
|
173 |
+
"position": [
|
174 |
+
4.5,
|
175 |
+
0.7,
|
176 |
+
1.5
|
177 |
+
],
|
178 |
+
"intensity": -0.5092958178940651,
|
179 |
+
"color": [
|
180 |
+
1,
|
181 |
+
1,
|
182 |
+
1
|
183 |
+
]
|
184 |
+
},
|
185 |
+
"13": {
|
186 |
+
"type": "point",
|
187 |
+
"position": [
|
188 |
+
2.4,
|
189 |
+
0.8,
|
190 |
+
8.8
|
191 |
+
],
|
192 |
+
"intensity": -1.7825353626292277,
|
193 |
+
"color": [
|
194 |
+
1,
|
195 |
+
1,
|
196 |
+
1
|
197 |
+
]
|
198 |
+
},
|
199 |
+
"14": {
|
200 |
+
"type": "point",
|
201 |
+
"position": [
|
202 |
+
-2.756,
|
203 |
+
0.9,
|
204 |
+
-1.19
|
205 |
+
],
|
206 |
+
"intensity": -0.6684507609859605,
|
207 |
+
"color": [
|
208 |
+
1,
|
209 |
+
1,
|
210 |
+
1
|
211 |
+
]
|
212 |
+
},
|
213 |
+
"15": {
|
214 |
+
"type": "point",
|
215 |
+
"position": [
|
216 |
+
4.4,
|
217 |
+
0.4,
|
218 |
+
4.9
|
219 |
+
],
|
220 |
+
"intensity": -0.6366197723675814,
|
221 |
+
"color": [
|
222 |
+
1,
|
223 |
+
1,
|
224 |
+
1
|
225 |
+
]
|
226 |
+
}
|
227 |
+
}
|
228 |
+
}
|
configs/lighting/frl_apartment_stage.lighting_config.json
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
-0.9100000000000004,
|
7 |
+
2.3,
|
8 |
+
2.53
|
9 |
+
],
|
10 |
+
"intensity": 1.1586479857089982,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
-1.4000000000000001,
|
21 |
+
2.3,
|
22 |
+
-0.17500000000000016
|
23 |
+
],
|
24 |
+
"intensity": 1.1586479857089982,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
-1.4,
|
35 |
+
2.3,
|
36 |
+
-2.7750000000000004
|
37 |
+
],
|
38 |
+
"intensity": 1.1586479857089982,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
6.928,
|
49 |
+
3.3,
|
50 |
+
6.849
|
51 |
+
],
|
52 |
+
"intensity": 4.45633840657307,
|
53 |
+
"color": [
|
54 |
+
1,
|
55 |
+
1,
|
56 |
+
1
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
7.048,
|
63 |
+
3.3,
|
64 |
+
2.3780000000000014
|
65 |
+
],
|
66 |
+
"intensity": 7.321127382227186,
|
67 |
+
"color": [
|
68 |
+
1,
|
69 |
+
1,
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
1.65,
|
77 |
+
2.6,
|
78 |
+
-2.03
|
79 |
+
],
|
80 |
+
"intensity": -1.336901521971921,
|
81 |
+
"color": [
|
82 |
+
1,
|
83 |
+
1,
|
84 |
+
1
|
85 |
+
]
|
86 |
+
},
|
87 |
+
"6": {
|
88 |
+
"type": "point",
|
89 |
+
"position": [
|
90 |
+
6.06,
|
91 |
+
2.6,
|
92 |
+
-2.67
|
93 |
+
],
|
94 |
+
"intensity": -2.673803043943842,
|
95 |
+
"color": [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
1
|
99 |
+
]
|
100 |
+
}
|
101 |
+
}
|
102 |
+
}
|
configs/lighting/garage_v1_0.lighting_config.json
ADDED
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lights": {
|
3 |
+
"0": {
|
4 |
+
"type": "point",
|
5 |
+
"position": [
|
6 |
+
-0.0,
|
7 |
+
7,
|
8 |
+
-2
|
9 |
+
],
|
10 |
+
"intensity": 4.1586479857089982,
|
11 |
+
"color": [
|
12 |
+
0.93,
|
13 |
+
0.98,
|
14 |
+
1
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"1": {
|
18 |
+
"type": "point",
|
19 |
+
"position": [
|
20 |
+
-0.0,
|
21 |
+
7,
|
22 |
+
-5
|
23 |
+
],
|
24 |
+
"intensity": 4.1586479857089982,
|
25 |
+
"color": [
|
26 |
+
0.93,
|
27 |
+
0.98,
|
28 |
+
1
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"2": {
|
32 |
+
"type": "point",
|
33 |
+
"position": [
|
34 |
+
-0.0,
|
35 |
+
7,
|
36 |
+
-8
|
37 |
+
],
|
38 |
+
"intensity": 4.1586479857089982,
|
39 |
+
"color": [
|
40 |
+
0.93,
|
41 |
+
0.98,
|
42 |
+
1
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"3": {
|
46 |
+
"type": "point",
|
47 |
+
"position": [
|
48 |
+
-0.0,
|
49 |
+
7,
|
50 |
+
-11
|
51 |
+
],
|
52 |
+
"intensity": 4.1586479857089982,
|
53 |
+
"color": [
|
54 |
+
0.93,
|
55 |
+
0.98,
|
56 |
+
1
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"4": {
|
60 |
+
"type": "point",
|
61 |
+
"position": [
|
62 |
+
-0.0,
|
63 |
+
7,
|
64 |
+
-14
|
65 |
+
],
|
66 |
+
"intensity": 4.1586479857089982,
|
67 |
+
"color": [
|
68 |
+
0.93,
|
69 |
+
0.98,
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"5": {
|
74 |
+
"type": "point",
|
75 |
+
"position": [
|
76 |
+
-0.0,
|
77 |
+
7,
|
78 |
+
-17
|
79 |
+
],
|
80 |
+
"intensity": 4.1586479857089982,
|
81 |
+
"color": [
|
82 |
+
0.93,
|
83 |
+
0.98,
|
84 |
+
1
|
85 |
+
]
|
86 |
+
},
|
87 |
+
|
88 |
+
"12": {
|
89 |
+
"type": "point",
|
90 |
+
"position": [
|
91 |
+
-6.0,
|
92 |
+
6,
|
93 |
+
-2
|
94 |
+
],
|
95 |
+
"intensity": 4.1586479857089982,
|
96 |
+
"color": [
|
97 |
+
0.93,
|
98 |
+
0.98,
|
99 |
+
1
|
100 |
+
]
|
101 |
+
},
|
102 |
+
"13": {
|
103 |
+
"type": "point",
|
104 |
+
"position": [
|
105 |
+
-6.0,
|
106 |
+
6,
|
107 |
+
-5
|
108 |
+
],
|
109 |
+
"intensity": 4.1586479857089982,
|
110 |
+
"color": [
|
111 |
+
0.93,
|
112 |
+
0.98,
|
113 |
+
1
|
114 |
+
]
|
115 |
+
},
|
116 |
+
"14": {
|
117 |
+
"type": "point",
|
118 |
+
"position": [
|
119 |
+
-6.0,
|
120 |
+
6,
|
121 |
+
-8
|
122 |
+
],
|
123 |
+
"intensity": 4.1586479857089982,
|
124 |
+
"color": [
|
125 |
+
0.93,
|
126 |
+
0.98,
|
127 |
+
1
|
128 |
+
]
|
129 |
+
},
|
130 |
+
"15": {
|
131 |
+
"type": "point",
|
132 |
+
"position": [
|
133 |
+
-6.0,
|
134 |
+
6,
|
135 |
+
-11
|
136 |
+
],
|
137 |
+
"intensity": 4.1586479857089982,
|
138 |
+
"color": [
|
139 |
+
0.93,
|
140 |
+
0.98,
|
141 |
+
1
|
142 |
+
]
|
143 |
+
},
|
144 |
+
"16": {
|
145 |
+
"type": "point",
|
146 |
+
"position": [
|
147 |
+
-6.0,
|
148 |
+
6,
|
149 |
+
-14
|
150 |
+
],
|
151 |
+
"intensity": 4.1586479857089982,
|
152 |
+
"color": [
|
153 |
+
0.93,
|
154 |
+
0.98,
|
155 |
+
1
|
156 |
+
]
|
157 |
+
},
|
158 |
+
"17": {
|
159 |
+
"type": "point",
|
160 |
+
"position": [
|
161 |
+
-6.0,
|
162 |
+
6,
|
163 |
+
-17
|
164 |
+
],
|
165 |
+
"intensity": 4.1586479857089982,
|
166 |
+
"color": [
|
167 |
+
0.93,
|
168 |
+
0.98,
|
169 |
+
1
|
170 |
+
]
|
171 |
+
},
|
172 |
+
|
173 |
+
"6": {
|
174 |
+
"type": "point",
|
175 |
+
"position": [
|
176 |
+
6.0,
|
177 |
+
6,
|
178 |
+
-2
|
179 |
+
],
|
180 |
+
"intensity": 4.1586479857089982,
|
181 |
+
"color": [
|
182 |
+
0.93,
|
183 |
+
0.98,
|
184 |
+
1
|
185 |
+
]
|
186 |
+
},
|
187 |
+
"7": {
|
188 |
+
"type": "point",
|
189 |
+
"position": [
|
190 |
+
6.0,
|
191 |
+
6,
|
192 |
+
-5
|
193 |
+
],
|
194 |
+
"intensity": 4.1586479857089982,
|
195 |
+
"color": [
|
196 |
+
0.93,
|
197 |
+
0.98,
|
198 |
+
1
|
199 |
+
]
|
200 |
+
},
|
201 |
+
"8": {
|
202 |
+
"type": "point",
|
203 |
+
"position": [
|
204 |
+
6.0,
|
205 |
+
6,
|
206 |
+
-8
|
207 |
+
],
|
208 |
+
"intensity": 4.1586479857089982,
|
209 |
+
"color": [
|
210 |
+
0.93,
|
211 |
+
0.98,
|
212 |
+
1
|
213 |
+
]
|
214 |
+
},
|
215 |
+
"9": {
|
216 |
+
"type": "point",
|
217 |
+
"position": [
|
218 |
+
6.0,
|
219 |
+
6,
|
220 |
+
-11
|
221 |
+
],
|
222 |
+
"intensity": 4.1586479857089982,
|
223 |
+
"color": [
|
224 |
+
0.93,
|
225 |
+
0.98,
|
226 |
+
1
|
227 |
+
]
|
228 |
+
},
|
229 |
+
"10": {
|
230 |
+
"type": "point",
|
231 |
+
"position": [
|
232 |
+
6.0,
|
233 |
+
6,
|
234 |
+
-14
|
235 |
+
],
|
236 |
+
"intensity": 4.1586479857089982,
|
237 |
+
"color": [
|
238 |
+
0.93,
|
239 |
+
0.98,
|
240 |
+
1
|
241 |
+
]
|
242 |
+
},
|
243 |
+
"11": {
|
244 |
+
"type": "point",
|
245 |
+
"position": [
|
246 |
+
6.0,
|
247 |
+
6,
|
248 |
+
-17
|
249 |
+
],
|
250 |
+
"intensity": 4.1586479857089982,
|
251 |
+
"color": [
|
252 |
+
0.93,
|
253 |
+
0.98,
|
254 |
+
1
|
255 |
+
]
|
256 |
+
}
|
257 |
+
}
|
258 |
+
}
|
configs/objects/frl_apartment_basket.object_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_basket.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_basket_cv_decomp.glb",
|
4 |
+
"mass": 0.5,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 3,
|
12 |
+
"user_defined": {
|
13 |
+
"receptacle_aabb_volumefrl_apartment_basket": {
|
14 |
+
"name": "receptacle_aabb_volumefrl_apartment_basket",
|
15 |
+
"parent_object": "frl_apartment_basket",
|
16 |
+
"position": [
|
17 |
+
0.0,
|
18 |
+
0.0,
|
19 |
+
-0.02796272560954094
|
20 |
+
],
|
21 |
+
"scale": [
|
22 |
+
0.07694476842880249,
|
23 |
+
0.1227625384926796,
|
24 |
+
0.09645946323871613
|
25 |
+
]
|
26 |
+
}
|
27 |
+
}
|
28 |
+
}
|
configs/objects/frl_apartment_beanbag.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_beanbag.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_beanbag_cv_decomp.glb",
|
4 |
+
"COM": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"mass": 11,
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 6
|
12 |
+
}
|
configs/objects/frl_apartment_bike_01.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bike_01.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bike_01_cv_decomp.glb",
|
4 |
+
"mass": 9,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 9
|
12 |
+
}
|
configs/objects/frl_apartment_bike_02.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bike_02.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bike_02_cv_decomp.glb",
|
4 |
+
"mass": 9,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 9
|
12 |
+
}
|
configs/objects/frl_apartment_bin_01.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bin_01.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bin_01_cv_decomp.glb",
|
4 |
+
"mass": 1.36,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 10
|
12 |
+
}
|
configs/objects/frl_apartment_bin_02.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bin_02.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bin_02_cv_decomp.glb",
|
4 |
+
"mass": 1.6,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 10
|
12 |
+
}
|
configs/objects/frl_apartment_bin_03.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bin_03.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bin_03_cv_decomp.glb",
|
4 |
+
"mass": 1.81437,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 10
|
12 |
+
}
|
configs/objects/frl_apartment_book_01.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_book_01.glb",
|
3 |
+
"use_bounding_box_for_collision": true,
|
4 |
+
"mass": 0.85,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 13
|
12 |
+
}
|
configs/objects/frl_apartment_book_02.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_book_02.glb",
|
3 |
+
"use_bounding_box_for_collision": true,
|
4 |
+
"mass": 2.0,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 13
|
12 |
+
}
|
configs/objects/frl_apartment_book_03.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_book_03.glb",
|
3 |
+
"use_bounding_box_for_collision": true,
|
4 |
+
"mass": 0.35,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 13
|
12 |
+
}
|
configs/objects/frl_apartment_book_04.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_book_04.glb",
|
3 |
+
"use_bounding_box_for_collision": true,
|
4 |
+
"mass": 0.3,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 13
|
12 |
+
}
|
configs/objects/frl_apartment_book_05.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_book_05.glb",
|
3 |
+
"use_bounding_box_for_collision": true,
|
4 |
+
"mass": 0.8,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 13
|
12 |
+
}
|
configs/objects/frl_apartment_book_06.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_book_06.glb",
|
3 |
+
"use_bounding_box_for_collision": true,
|
4 |
+
"mass": 4.8,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 13
|
12 |
+
}
|
configs/objects/frl_apartment_bowl_01.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bowl_01.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bowl_01_cv_decomp.glb",
|
4 |
+
"mass": 4.5,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 16
|
12 |
+
}
|
configs/objects/frl_apartment_bowl_02.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bowl_02.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bowl_02_cv_decomp.glb",
|
4 |
+
"mass": 3.6,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 16
|
12 |
+
}
|
configs/objects/frl_apartment_bowl_03.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bowl_03.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bowl_03_cv_decomp.glb",
|
4 |
+
"mass": 1.95,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 16
|
12 |
+
}
|
configs/objects/frl_apartment_bowl_06.object_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"render_asset": "../../objects/frl_apartment_bowl_06.glb",
|
3 |
+
"collision_asset": "../../objects/convex/frl_apartment_bowl_06_cv_decomp.glb",
|
4 |
+
"mass": 1.3,
|
5 |
+
"COM": [
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"join_collision_meshes": false,
|
11 |
+
"semantic_id": 16
|
12 |
+
}
|