Add files using upload-large-folder tool
Browse files- code/generate_seenable_object_dict.py +13 -3
- zehan/Hospital/l006_r003/seenable_obj_dict.json +77 -0
- zehan/Hospital/l008_r001/seenable_obj_dict.json +277 -0
- zehan/Hospital/l015_r005/seenable_obj_dict.json +112 -0
- zehan/Hospital/l019_r002/seenable_obj_dict.json +267 -0
- zehan/Hospital/l030_r002/seenable_obj_dict.json +142 -0
- zehan/Hospital/l041_r004/camera_annots.json +1 -0
- zehan/Hospital/l041_r004/object_annots.json +1 -0
- zehan/Hospital/l041_r004/seenable_obj_dict.json +147 -0
- zehan/Hospital/l043_r001/camera_annots.json +1 -0
- zehan/Hospital/l043_r001/object_annots.json +1 -0
- zehan/Hospital/l043_r001/seenable_obj_dict.json +67 -0
- zehan/Hospital/l044_r000/camera_annots.json +1 -0
- zehan/Hospital/l044_r000/object_annots.json +1 -0
- zehan/Hospital/l044_r000/seenable_obj_dict.json +62 -0
- zehan/Hospital/l052_r002/camera_annots.json +1 -0
- zehan/Hospital/l052_r002/object_annots.json +1 -0
- zehan/Hospital/l052_r002/seenable_obj_dict.json +157 -0
- zehan/Hospital/l072_r001/camera_annots.json +1 -0
- zehan/Hospital/l072_r001/object_annots.json +1 -0
- zehan/Hospital/l072_r001/seenable_obj_dict.json +257 -0
- zehan/Hospital/l081_r004/camera_annots.json +1 -0
- zehan/Hospital/l081_r004/object_annots.json +1 -0
- zehan/Hospital/l081_r004/seenable_obj_dict.json +47 -0
- zehan/Hospital/l084_r000/camera_annots.json +1 -0
- zehan/Hospital/l084_r000/object_annots.json +1 -0
- zehan/Hospital/l086_r005/camera_annots.json +1 -0
- zehan/Hospital/l086_r005/object_annots.json +1 -0
- zehan/Hospital/l086_r005/seenable_obj_dict.json +102 -0
- zehan/Hospital/l092_r002/camera_annots.json +1 -0
- zehan/Hospital/l092_r002/object_annots.json +1 -0
- zehan/Hospital/l092_r002/seenable_obj_dict.json +112 -0
- zehan/Hospital/l107_r002/camera_annots.json +1 -0
- zehan/Hospital/l107_r002/object_annots.json +1 -0
- zehan/Hospital/l107_r002/seenable_obj_dict.json +187 -0
- zehan/Hospital/l111_r000/camera_annots.json +1 -0
- zehan/Hospital/l111_r000/object_annots.json +1 -0
- zehan/Hospital/l111_r000/seenable_obj_dict.json +52 -0
- zehan/Hospital/l113_r005/camera_annots.json +1 -0
- zehan/Hospital/l113_r005/object_annots.json +1 -0
- zehan/Hospital/l113_r005/seenable_obj_dict.json +177 -0
- zehan/Hospital/l116_r001/camera_annots.json +1 -0
- zehan/Hospital/l116_r001/object_annots.json +1 -0
- zehan/Hospital/l116_r001/seenable_obj_dict.json +117 -0
code/generate_seenable_object_dict.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
import json
|
| 3 |
import argparse
|
|
@@ -17,7 +23,7 @@ def process_camera(save_path, camera):
|
|
| 17 |
return f"[Warning] Missing files in {camera}, skipped.", False
|
| 18 |
|
| 19 |
if os.path.exists(os.path.join(save_path, camera, "seenable_obj_dict.json")):
|
| 20 |
-
return f"[Warning] seenable_obj_dict.json already exists for {camera}, skipped.", False
|
| 21 |
|
| 22 |
# 读取 segmentation 图像和标注
|
| 23 |
with open(obj_anno_file, "r") as f:
|
|
@@ -94,8 +100,12 @@ if __name__ == "__main__":
|
|
| 94 |
args = parser.parse_args()
|
| 95 |
|
| 96 |
# 获取所有场景
|
| 97 |
-
|
| 98 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
|
| 100 |
print(f"Found {len(scenes)} scenes to process.")
|
| 101 |
print(f"Scene-level workers: {args.scene_workers or cpu_count()}")
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Generate seenable_obj_dict.json for all scenes.
|
| 3 |
+
Example:
|
| 4 |
+
python code/generate_seenable_object_dict.py /home/xwang378/scratch/2025/Taxonomy/Data/simulationImage/ --scene-workers 8 --camera-workers 8
|
| 5 |
+
"""
|
| 6 |
+
|
| 7 |
import os
|
| 8 |
import json
|
| 9 |
import argparse
|
|
|
|
| 23 |
return f"[Warning] Missing files in {camera}, skipped.", False
|
| 24 |
|
| 25 |
if os.path.exists(os.path.join(save_path, camera, "seenable_obj_dict.json")):
|
| 26 |
+
return f"[Warning] seenable_obj_dict.json already exists for {save_path.split('/')[-1]}/{camera}, skipped.", False
|
| 27 |
|
| 28 |
# 读取 segmentation 图像和标注
|
| 29 |
with open(obj_anno_file, "r") as f:
|
|
|
|
| 100 |
args = parser.parse_args()
|
| 101 |
|
| 102 |
# 获取所有场景
|
| 103 |
+
batch_dir = ['zehan', 'placement', 'jiawei', 'luoxin', 'additional']
|
| 104 |
+
scenes = []
|
| 105 |
+
for batch in batch_dir:
|
| 106 |
+
for scene in os.listdir(os.path.join(args.image_dir, batch)):
|
| 107 |
+
if os.path.isdir(os.path.join(args.image_dir, batch, scene)):
|
| 108 |
+
scenes.append(os.path.join(batch, scene))
|
| 109 |
|
| 110 |
print(f"Found {len(scenes)} scenes to process.")
|
| 111 |
print(f"Scene-level workers: {args.scene_workers or cpu_count()}")
|
zehan/Hospital/l006_r003/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_3": [
|
| 3 |
+
255,
|
| 4 |
+
255,
|
| 5 |
+
0
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_16": [
|
| 8 |
+
0,
|
| 9 |
+
127,
|
| 10 |
+
255
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_52": [
|
| 13 |
+
127,
|
| 14 |
+
0,
|
| 15 |
+
63
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_53": [
|
| 18 |
+
127,
|
| 19 |
+
255,
|
| 20 |
+
63
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_54": [
|
| 23 |
+
127,
|
| 24 |
+
127,
|
| 25 |
+
63
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_55": [
|
| 28 |
+
0,
|
| 29 |
+
63,
|
| 30 |
+
0
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_58": [
|
| 33 |
+
255,
|
| 34 |
+
63,
|
| 35 |
+
0
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_59": [
|
| 38 |
+
255,
|
| 39 |
+
63,
|
| 40 |
+
255
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_61": [
|
| 43 |
+
127,
|
| 44 |
+
63,
|
| 45 |
+
0
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_75": [
|
| 48 |
+
63,
|
| 49 |
+
127,
|
| 50 |
+
255
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_85": [
|
| 53 |
+
63,
|
| 54 |
+
63,
|
| 55 |
+
255
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_86": [
|
| 58 |
+
63,
|
| 59 |
+
63,
|
| 60 |
+
127
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_11": [
|
| 63 |
+
255,
|
| 64 |
+
0,
|
| 65 |
+
191
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_12": [
|
| 68 |
+
255,
|
| 69 |
+
255,
|
| 70 |
+
191
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_14": [
|
| 73 |
+
255,
|
| 74 |
+
127,
|
| 75 |
+
191
|
| 76 |
+
]
|
| 77 |
+
}
|
zehan/Hospital/l008_r001/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,277 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_1": [
|
| 3 |
+
255,
|
| 4 |
+
0,
|
| 5 |
+
255
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_3": [
|
| 8 |
+
255,
|
| 9 |
+
255,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_2": [
|
| 13 |
+
255,
|
| 14 |
+
255,
|
| 15 |
+
255
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_5": [
|
| 18 |
+
0,
|
| 19 |
+
0,
|
| 20 |
+
127
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_6": [
|
| 23 |
+
0,
|
| 24 |
+
255,
|
| 25 |
+
127
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_10": [
|
| 28 |
+
255,
|
| 29 |
+
255,
|
| 30 |
+
127
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_13": [
|
| 33 |
+
0,
|
| 34 |
+
127,
|
| 35 |
+
0
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_16": [
|
| 38 |
+
0,
|
| 39 |
+
127,
|
| 40 |
+
255
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_22": [
|
| 43 |
+
255,
|
| 44 |
+
127,
|
| 45 |
+
127
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_40": [
|
| 48 |
+
127,
|
| 49 |
+
255,
|
| 50 |
+
255
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_43": [
|
| 53 |
+
127,
|
| 54 |
+
127,
|
| 55 |
+
0
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_44": [
|
| 58 |
+
127,
|
| 59 |
+
127,
|
| 60 |
+
255
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_45": [
|
| 63 |
+
127,
|
| 64 |
+
127,
|
| 65 |
+
127
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_47": [
|
| 68 |
+
0,
|
| 69 |
+
255,
|
| 70 |
+
63
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_48": [
|
| 73 |
+
0,
|
| 74 |
+
127,
|
| 75 |
+
63
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_49": [
|
| 78 |
+
255,
|
| 79 |
+
0,
|
| 80 |
+
63
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_50": [
|
| 83 |
+
255,
|
| 84 |
+
255,
|
| 85 |
+
63
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_51": [
|
| 88 |
+
255,
|
| 89 |
+
127,
|
| 90 |
+
63
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_54": [
|
| 93 |
+
127,
|
| 94 |
+
127,
|
| 95 |
+
63
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_55": [
|
| 98 |
+
0,
|
| 99 |
+
63,
|
| 100 |
+
0
|
| 101 |
+
],
|
| 102 |
+
"StaticMeshActor_56": [
|
| 103 |
+
0,
|
| 104 |
+
63,
|
| 105 |
+
255
|
| 106 |
+
],
|
| 107 |
+
"StaticMeshActor_57": [
|
| 108 |
+
0,
|
| 109 |
+
63,
|
| 110 |
+
127
|
| 111 |
+
],
|
| 112 |
+
"StaticMeshActor_58": [
|
| 113 |
+
255,
|
| 114 |
+
63,
|
| 115 |
+
0
|
| 116 |
+
],
|
| 117 |
+
"StaticMeshActor_65": [
|
| 118 |
+
255,
|
| 119 |
+
63,
|
| 120 |
+
63
|
| 121 |
+
],
|
| 122 |
+
"StaticMeshActor_69": [
|
| 123 |
+
63,
|
| 124 |
+
255,
|
| 125 |
+
0
|
| 126 |
+
],
|
| 127 |
+
"StaticMeshActor_73": [
|
| 128 |
+
63,
|
| 129 |
+
255,
|
| 130 |
+
255
|
| 131 |
+
],
|
| 132 |
+
"StaticMeshActor_74": [
|
| 133 |
+
63,
|
| 134 |
+
127,
|
| 135 |
+
0
|
| 136 |
+
],
|
| 137 |
+
"StaticMeshActor_76": [
|
| 138 |
+
63,
|
| 139 |
+
127,
|
| 140 |
+
127
|
| 141 |
+
],
|
| 142 |
+
"StaticMeshActor_80": [
|
| 143 |
+
63,
|
| 144 |
+
255,
|
| 145 |
+
63
|
| 146 |
+
],
|
| 147 |
+
"StaticMeshActor_83": [
|
| 148 |
+
63,
|
| 149 |
+
63,
|
| 150 |
+
0
|
| 151 |
+
],
|
| 152 |
+
"StaticMeshActor_89": [
|
| 153 |
+
0,
|
| 154 |
+
255,
|
| 155 |
+
191
|
| 156 |
+
],
|
| 157 |
+
"StaticMeshActor_4": [
|
| 158 |
+
0,
|
| 159 |
+
127,
|
| 160 |
+
191
|
| 161 |
+
],
|
| 162 |
+
"StaticMeshActor_7": [
|
| 163 |
+
0,
|
| 164 |
+
63,
|
| 165 |
+
191
|
| 166 |
+
],
|
| 167 |
+
"StaticMeshActor_11": [
|
| 168 |
+
255,
|
| 169 |
+
0,
|
| 170 |
+
191
|
| 171 |
+
],
|
| 172 |
+
"StaticMeshActor_12": [
|
| 173 |
+
255,
|
| 174 |
+
255,
|
| 175 |
+
191
|
| 176 |
+
],
|
| 177 |
+
"StaticMeshActor_17": [
|
| 178 |
+
255,
|
| 179 |
+
63,
|
| 180 |
+
191
|
| 181 |
+
],
|
| 182 |
+
"StaticMeshActor_70": [
|
| 183 |
+
0,
|
| 184 |
+
191,
|
| 185 |
+
127
|
| 186 |
+
],
|
| 187 |
+
"StaticMeshActor_71": [
|
| 188 |
+
0,
|
| 189 |
+
191,
|
| 190 |
+
63
|
| 191 |
+
],
|
| 192 |
+
"HUD_0": [
|
| 193 |
+
0,
|
| 194 |
+
191,
|
| 195 |
+
63
|
| 196 |
+
],
|
| 197 |
+
"ParticleEventManager_0": [
|
| 198 |
+
0,
|
| 199 |
+
191,
|
| 200 |
+
63
|
| 201 |
+
],
|
| 202 |
+
"UnrealcvWorldController_0": [
|
| 203 |
+
0,
|
| 204 |
+
191,
|
| 205 |
+
63
|
| 206 |
+
],
|
| 207 |
+
"AbstractNavData-Default": [
|
| 208 |
+
0,
|
| 209 |
+
191,
|
| 210 |
+
63
|
| 211 |
+
],
|
| 212 |
+
"GameNetworkManager_0": [
|
| 213 |
+
0,
|
| 214 |
+
191,
|
| 215 |
+
63
|
| 216 |
+
],
|
| 217 |
+
"SkyLight_1": [
|
| 218 |
+
0,
|
| 219 |
+
191,
|
| 220 |
+
63
|
| 221 |
+
],
|
| 222 |
+
"WorldSettings_1": [
|
| 223 |
+
0,
|
| 224 |
+
191,
|
| 225 |
+
63
|
| 226 |
+
],
|
| 227 |
+
"SkyAtmosphere_1": [
|
| 228 |
+
0,
|
| 229 |
+
191,
|
| 230 |
+
63
|
| 231 |
+
],
|
| 232 |
+
"GameSession_0": [
|
| 233 |
+
0,
|
| 234 |
+
191,
|
| 235 |
+
63
|
| 236 |
+
],
|
| 237 |
+
"GameStateBase_0": [
|
| 238 |
+
0,
|
| 239 |
+
191,
|
| 240 |
+
63
|
| 241 |
+
],
|
| 242 |
+
"PlayerState_0": [
|
| 243 |
+
0,
|
| 244 |
+
191,
|
| 245 |
+
63
|
| 246 |
+
],
|
| 247 |
+
"DirectionalLight_1": [
|
| 248 |
+
0,
|
| 249 |
+
191,
|
| 250 |
+
63
|
| 251 |
+
],
|
| 252 |
+
"SpotLight_1": [
|
| 253 |
+
0,
|
| 254 |
+
191,
|
| 255 |
+
63
|
| 256 |
+
],
|
| 257 |
+
"RectLight_3": [
|
| 258 |
+
0,
|
| 259 |
+
191,
|
| 260 |
+
63
|
| 261 |
+
],
|
| 262 |
+
"RectLight_5": [
|
| 263 |
+
0,
|
| 264 |
+
191,
|
| 265 |
+
63
|
| 266 |
+
],
|
| 267 |
+
"RectLight_6": [
|
| 268 |
+
0,
|
| 269 |
+
191,
|
| 270 |
+
63
|
| 271 |
+
],
|
| 272 |
+
"BP_FirstPersonCameraManager_C_0": [
|
| 273 |
+
0,
|
| 274 |
+
191,
|
| 275 |
+
63
|
| 276 |
+
]
|
| 277 |
+
}
|
zehan/Hospital/l015_r005/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_1": [
|
| 3 |
+
255,
|
| 4 |
+
0,
|
| 5 |
+
255
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_8": [
|
| 8 |
+
255,
|
| 9 |
+
0,
|
| 10 |
+
127
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_10": [
|
| 13 |
+
255,
|
| 14 |
+
255,
|
| 15 |
+
127
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_18": [
|
| 18 |
+
255,
|
| 19 |
+
127,
|
| 20 |
+
0
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_20": [
|
| 23 |
+
255,
|
| 24 |
+
127,
|
| 25 |
+
255
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_21": [
|
| 28 |
+
0,
|
| 29 |
+
127,
|
| 30 |
+
127
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_40": [
|
| 33 |
+
127,
|
| 34 |
+
255,
|
| 35 |
+
255
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_60": [
|
| 38 |
+
255,
|
| 39 |
+
63,
|
| 40 |
+
127
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_63": [
|
| 43 |
+
127,
|
| 44 |
+
63,
|
| 45 |
+
127
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_64": [
|
| 48 |
+
0,
|
| 49 |
+
63,
|
| 50 |
+
63
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_66": [
|
| 53 |
+
63,
|
| 54 |
+
0,
|
| 55 |
+
255
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_75": [
|
| 58 |
+
63,
|
| 59 |
+
127,
|
| 60 |
+
255
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_80": [
|
| 63 |
+
63,
|
| 64 |
+
255,
|
| 65 |
+
63
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_87": [
|
| 68 |
+
63,
|
| 69 |
+
63,
|
| 70 |
+
63
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_88": [
|
| 73 |
+
0,
|
| 74 |
+
0,
|
| 75 |
+
191
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_14": [
|
| 78 |
+
255,
|
| 79 |
+
127,
|
| 80 |
+
191
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_19": [
|
| 83 |
+
127,
|
| 84 |
+
0,
|
| 85 |
+
191
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_27": [
|
| 88 |
+
127,
|
| 89 |
+
63,
|
| 90 |
+
191
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_28": [
|
| 93 |
+
63,
|
| 94 |
+
0,
|
| 95 |
+
191
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_31": [
|
| 98 |
+
63,
|
| 99 |
+
255,
|
| 100 |
+
191
|
| 101 |
+
],
|
| 102 |
+
"StaticMeshActor_33": [
|
| 103 |
+
63,
|
| 104 |
+
127,
|
| 105 |
+
191
|
| 106 |
+
],
|
| 107 |
+
"StaticMeshActor_37": [
|
| 108 |
+
63,
|
| 109 |
+
63,
|
| 110 |
+
191
|
| 111 |
+
]
|
| 112 |
+
}
|
zehan/Hospital/l019_r002/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,267 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_3": [
|
| 3 |
+
255,
|
| 4 |
+
255,
|
| 5 |
+
0
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_16": [
|
| 8 |
+
0,
|
| 9 |
+
127,
|
| 10 |
+
255
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_22": [
|
| 13 |
+
255,
|
| 14 |
+
127,
|
| 15 |
+
127
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_43": [
|
| 18 |
+
127,
|
| 19 |
+
127,
|
| 20 |
+
0
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_44": [
|
| 23 |
+
127,
|
| 24 |
+
127,
|
| 25 |
+
255
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_45": [
|
| 28 |
+
127,
|
| 29 |
+
127,
|
| 30 |
+
127
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_47": [
|
| 33 |
+
0,
|
| 34 |
+
255,
|
| 35 |
+
63
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_48": [
|
| 38 |
+
0,
|
| 39 |
+
127,
|
| 40 |
+
63
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_49": [
|
| 43 |
+
255,
|
| 44 |
+
0,
|
| 45 |
+
63
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_50": [
|
| 48 |
+
255,
|
| 49 |
+
255,
|
| 50 |
+
63
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_51": [
|
| 53 |
+
255,
|
| 54 |
+
127,
|
| 55 |
+
63
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_53": [
|
| 58 |
+
127,
|
| 59 |
+
255,
|
| 60 |
+
63
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_54": [
|
| 63 |
+
127,
|
| 64 |
+
127,
|
| 65 |
+
63
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_55": [
|
| 68 |
+
0,
|
| 69 |
+
63,
|
| 70 |
+
0
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_56": [
|
| 73 |
+
0,
|
| 74 |
+
63,
|
| 75 |
+
255
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_57": [
|
| 78 |
+
0,
|
| 79 |
+
63,
|
| 80 |
+
127
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_58": [
|
| 83 |
+
255,
|
| 84 |
+
63,
|
| 85 |
+
0
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_59": [
|
| 88 |
+
255,
|
| 89 |
+
63,
|
| 90 |
+
255
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_61": [
|
| 93 |
+
127,
|
| 94 |
+
63,
|
| 95 |
+
0
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_65": [
|
| 98 |
+
255,
|
| 99 |
+
63,
|
| 100 |
+
63
|
| 101 |
+
],
|
| 102 |
+
"StaticMeshActor_69": [
|
| 103 |
+
63,
|
| 104 |
+
255,
|
| 105 |
+
0
|
| 106 |
+
],
|
| 107 |
+
"StaticMeshActor_73": [
|
| 108 |
+
63,
|
| 109 |
+
255,
|
| 110 |
+
255
|
| 111 |
+
],
|
| 112 |
+
"StaticMeshActor_74": [
|
| 113 |
+
63,
|
| 114 |
+
127,
|
| 115 |
+
0
|
| 116 |
+
],
|
| 117 |
+
"StaticMeshActor_75": [
|
| 118 |
+
63,
|
| 119 |
+
127,
|
| 120 |
+
255
|
| 121 |
+
],
|
| 122 |
+
"StaticMeshActor_76": [
|
| 123 |
+
63,
|
| 124 |
+
127,
|
| 125 |
+
127
|
| 126 |
+
],
|
| 127 |
+
"StaticMeshActor_83": [
|
| 128 |
+
63,
|
| 129 |
+
63,
|
| 130 |
+
0
|
| 131 |
+
],
|
| 132 |
+
"StaticMeshActor_85": [
|
| 133 |
+
63,
|
| 134 |
+
63,
|
| 135 |
+
255
|
| 136 |
+
],
|
| 137 |
+
"StaticMeshActor_86": [
|
| 138 |
+
63,
|
| 139 |
+
63,
|
| 140 |
+
127
|
| 141 |
+
],
|
| 142 |
+
"StaticMeshActor_89": [
|
| 143 |
+
0,
|
| 144 |
+
255,
|
| 145 |
+
191
|
| 146 |
+
],
|
| 147 |
+
"StaticMeshActor_7": [
|
| 148 |
+
0,
|
| 149 |
+
63,
|
| 150 |
+
191
|
| 151 |
+
],
|
| 152 |
+
"StaticMeshActor_11": [
|
| 153 |
+
255,
|
| 154 |
+
0,
|
| 155 |
+
191
|
| 156 |
+
],
|
| 157 |
+
"StaticMeshActor_12": [
|
| 158 |
+
255,
|
| 159 |
+
255,
|
| 160 |
+
191
|
| 161 |
+
],
|
| 162 |
+
"StaticMeshActor_14": [
|
| 163 |
+
255,
|
| 164 |
+
127,
|
| 165 |
+
191
|
| 166 |
+
],
|
| 167 |
+
"StaticMeshActor_17": [
|
| 168 |
+
255,
|
| 169 |
+
63,
|
| 170 |
+
191
|
| 171 |
+
],
|
| 172 |
+
"StaticMeshActor_70": [
|
| 173 |
+
0,
|
| 174 |
+
191,
|
| 175 |
+
127
|
| 176 |
+
],
|
| 177 |
+
"StaticMeshActor_71": [
|
| 178 |
+
0,
|
| 179 |
+
191,
|
| 180 |
+
63
|
| 181 |
+
],
|
| 182 |
+
"HUD_0": [
|
| 183 |
+
0,
|
| 184 |
+
191,
|
| 185 |
+
63
|
| 186 |
+
],
|
| 187 |
+
"ParticleEventManager_0": [
|
| 188 |
+
0,
|
| 189 |
+
191,
|
| 190 |
+
63
|
| 191 |
+
],
|
| 192 |
+
"UnrealcvWorldController_0": [
|
| 193 |
+
0,
|
| 194 |
+
191,
|
| 195 |
+
63
|
| 196 |
+
],
|
| 197 |
+
"AbstractNavData-Default": [
|
| 198 |
+
0,
|
| 199 |
+
191,
|
| 200 |
+
63
|
| 201 |
+
],
|
| 202 |
+
"GameNetworkManager_0": [
|
| 203 |
+
0,
|
| 204 |
+
191,
|
| 205 |
+
63
|
| 206 |
+
],
|
| 207 |
+
"SkyLight_1": [
|
| 208 |
+
0,
|
| 209 |
+
191,
|
| 210 |
+
63
|
| 211 |
+
],
|
| 212 |
+
"WorldSettings_1": [
|
| 213 |
+
0,
|
| 214 |
+
191,
|
| 215 |
+
63
|
| 216 |
+
],
|
| 217 |
+
"SkyAtmosphere_1": [
|
| 218 |
+
0,
|
| 219 |
+
191,
|
| 220 |
+
63
|
| 221 |
+
],
|
| 222 |
+
"GameSession_0": [
|
| 223 |
+
0,
|
| 224 |
+
191,
|
| 225 |
+
63
|
| 226 |
+
],
|
| 227 |
+
"GameStateBase_0": [
|
| 228 |
+
0,
|
| 229 |
+
191,
|
| 230 |
+
63
|
| 231 |
+
],
|
| 232 |
+
"PlayerState_0": [
|
| 233 |
+
0,
|
| 234 |
+
191,
|
| 235 |
+
63
|
| 236 |
+
],
|
| 237 |
+
"DirectionalLight_1": [
|
| 238 |
+
0,
|
| 239 |
+
191,
|
| 240 |
+
63
|
| 241 |
+
],
|
| 242 |
+
"SpotLight_1": [
|
| 243 |
+
0,
|
| 244 |
+
191,
|
| 245 |
+
63
|
| 246 |
+
],
|
| 247 |
+
"RectLight_3": [
|
| 248 |
+
0,
|
| 249 |
+
191,
|
| 250 |
+
63
|
| 251 |
+
],
|
| 252 |
+
"RectLight_5": [
|
| 253 |
+
0,
|
| 254 |
+
191,
|
| 255 |
+
63
|
| 256 |
+
],
|
| 257 |
+
"RectLight_6": [
|
| 258 |
+
0,
|
| 259 |
+
191,
|
| 260 |
+
63
|
| 261 |
+
],
|
| 262 |
+
"BP_FirstPersonCameraManager_C_0": [
|
| 263 |
+
0,
|
| 264 |
+
191,
|
| 265 |
+
63
|
| 266 |
+
]
|
| 267 |
+
}
|
zehan/Hospital/l030_r002/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_51": [
|
| 3 |
+
255,
|
| 4 |
+
127,
|
| 5 |
+
63
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_56": [
|
| 8 |
+
0,
|
| 9 |
+
63,
|
| 10 |
+
255
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_57": [
|
| 13 |
+
0,
|
| 14 |
+
63,
|
| 15 |
+
127
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_58": [
|
| 18 |
+
255,
|
| 19 |
+
63,
|
| 20 |
+
0
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_69": [
|
| 23 |
+
63,
|
| 24 |
+
255,
|
| 25 |
+
0
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_73": [
|
| 28 |
+
63,
|
| 29 |
+
255,
|
| 30 |
+
255
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_89": [
|
| 33 |
+
0,
|
| 34 |
+
255,
|
| 35 |
+
191
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_11": [
|
| 38 |
+
255,
|
| 39 |
+
0,
|
| 40 |
+
191
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_17": [
|
| 43 |
+
255,
|
| 44 |
+
63,
|
| 45 |
+
191
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_70": [
|
| 48 |
+
0,
|
| 49 |
+
191,
|
| 50 |
+
127
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_71": [
|
| 53 |
+
0,
|
| 54 |
+
191,
|
| 55 |
+
63
|
| 56 |
+
],
|
| 57 |
+
"HUD_0": [
|
| 58 |
+
0,
|
| 59 |
+
191,
|
| 60 |
+
63
|
| 61 |
+
],
|
| 62 |
+
"ParticleEventManager_0": [
|
| 63 |
+
0,
|
| 64 |
+
191,
|
| 65 |
+
63
|
| 66 |
+
],
|
| 67 |
+
"UnrealcvWorldController_0": [
|
| 68 |
+
0,
|
| 69 |
+
191,
|
| 70 |
+
63
|
| 71 |
+
],
|
| 72 |
+
"AbstractNavData-Default": [
|
| 73 |
+
0,
|
| 74 |
+
191,
|
| 75 |
+
63
|
| 76 |
+
],
|
| 77 |
+
"GameNetworkManager_0": [
|
| 78 |
+
0,
|
| 79 |
+
191,
|
| 80 |
+
63
|
| 81 |
+
],
|
| 82 |
+
"SkyLight_1": [
|
| 83 |
+
0,
|
| 84 |
+
191,
|
| 85 |
+
63
|
| 86 |
+
],
|
| 87 |
+
"WorldSettings_1": [
|
| 88 |
+
0,
|
| 89 |
+
191,
|
| 90 |
+
63
|
| 91 |
+
],
|
| 92 |
+
"SkyAtmosphere_1": [
|
| 93 |
+
0,
|
| 94 |
+
191,
|
| 95 |
+
63
|
| 96 |
+
],
|
| 97 |
+
"GameSession_0": [
|
| 98 |
+
0,
|
| 99 |
+
191,
|
| 100 |
+
63
|
| 101 |
+
],
|
| 102 |
+
"GameStateBase_0": [
|
| 103 |
+
0,
|
| 104 |
+
191,
|
| 105 |
+
63
|
| 106 |
+
],
|
| 107 |
+
"PlayerState_0": [
|
| 108 |
+
0,
|
| 109 |
+
191,
|
| 110 |
+
63
|
| 111 |
+
],
|
| 112 |
+
"DirectionalLight_1": [
|
| 113 |
+
0,
|
| 114 |
+
191,
|
| 115 |
+
63
|
| 116 |
+
],
|
| 117 |
+
"SpotLight_1": [
|
| 118 |
+
0,
|
| 119 |
+
191,
|
| 120 |
+
63
|
| 121 |
+
],
|
| 122 |
+
"RectLight_3": [
|
| 123 |
+
0,
|
| 124 |
+
191,
|
| 125 |
+
63
|
| 126 |
+
],
|
| 127 |
+
"RectLight_5": [
|
| 128 |
+
0,
|
| 129 |
+
191,
|
| 130 |
+
63
|
| 131 |
+
],
|
| 132 |
+
"RectLight_6": [
|
| 133 |
+
0,
|
| 134 |
+
191,
|
| 135 |
+
63
|
| 136 |
+
],
|
| 137 |
+
"BP_FirstPersonCameraManager_C_0": [
|
| 138 |
+
0,
|
| 139 |
+
191,
|
| 140 |
+
63
|
| 141 |
+
]
|
| 142 |
+
}
|
zehan/Hospital/l041_r004/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-132, 434, 151], "rotation": [0, -120.00000000000007, 0], "fov": 90, "c2w": [[-0.5000000000000007, -0.8660254037844379, 0, 0], [0.8660254037844379, -0.5000000000000007, 0, 0], [0, 0, 1, 0], [-132, 434, 151, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l041_r004/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-132, 434, 151], "extent": [1010, 1010, 1010]}, "obb": {"center": [-132, 434, 151], "extent": [1010, 1010, 1010], "rotation": [0, -120.00000000000007, 0]}, "bounds": {"center": [-132, 434, 151], "extent": [1010, 1010, 1010]}, "location": [-132, 434, 151], "rotation": [0, -120.00000000000007, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l041_r004/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_1": [
|
| 3 |
+
255,
|
| 4 |
+
0,
|
| 5 |
+
255
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_18": [
|
| 8 |
+
255,
|
| 9 |
+
127,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_20": [
|
| 13 |
+
255,
|
| 14 |
+
127,
|
| 15 |
+
255
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_34": [
|
| 18 |
+
127,
|
| 19 |
+
255,
|
| 20 |
+
0
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_46": [
|
| 23 |
+
0,
|
| 24 |
+
0,
|
| 25 |
+
63
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_47": [
|
| 28 |
+
0,
|
| 29 |
+
255,
|
| 30 |
+
63
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_52": [
|
| 33 |
+
127,
|
| 34 |
+
0,
|
| 35 |
+
63
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_53": [
|
| 38 |
+
127,
|
| 39 |
+
255,
|
| 40 |
+
63
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_58": [
|
| 43 |
+
255,
|
| 44 |
+
63,
|
| 45 |
+
0
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_59": [
|
| 48 |
+
255,
|
| 49 |
+
63,
|
| 50 |
+
255
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_61": [
|
| 53 |
+
127,
|
| 54 |
+
63,
|
| 55 |
+
0
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_62": [
|
| 58 |
+
127,
|
| 59 |
+
63,
|
| 60 |
+
255
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_63": [
|
| 63 |
+
127,
|
| 64 |
+
63,
|
| 65 |
+
127
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_64": [
|
| 68 |
+
0,
|
| 69 |
+
63,
|
| 70 |
+
63
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_65": [
|
| 73 |
+
255,
|
| 74 |
+
63,
|
| 75 |
+
63
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_66": [
|
| 78 |
+
63,
|
| 79 |
+
0,
|
| 80 |
+
255
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_74": [
|
| 83 |
+
63,
|
| 84 |
+
127,
|
| 85 |
+
0
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_75": [
|
| 88 |
+
63,
|
| 89 |
+
127,
|
| 90 |
+
255
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_85": [
|
| 93 |
+
63,
|
| 94 |
+
63,
|
| 95 |
+
255
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_86": [
|
| 98 |
+
63,
|
| 99 |
+
63,
|
| 100 |
+
127
|
| 101 |
+
],
|
| 102 |
+
"StaticMeshActor_88": [
|
| 103 |
+
0,
|
| 104 |
+
0,
|
| 105 |
+
191
|
| 106 |
+
],
|
| 107 |
+
"StaticMeshActor_12": [
|
| 108 |
+
255,
|
| 109 |
+
255,
|
| 110 |
+
191
|
| 111 |
+
],
|
| 112 |
+
"StaticMeshActor_14": [
|
| 113 |
+
255,
|
| 114 |
+
127,
|
| 115 |
+
191
|
| 116 |
+
],
|
| 117 |
+
"StaticMeshActor_19": [
|
| 118 |
+
127,
|
| 119 |
+
0,
|
| 120 |
+
191
|
| 121 |
+
],
|
| 122 |
+
"StaticMeshActor_27": [
|
| 123 |
+
127,
|
| 124 |
+
63,
|
| 125 |
+
191
|
| 126 |
+
],
|
| 127 |
+
"StaticMeshActor_28": [
|
| 128 |
+
63,
|
| 129 |
+
0,
|
| 130 |
+
191
|
| 131 |
+
],
|
| 132 |
+
"StaticMeshActor_31": [
|
| 133 |
+
63,
|
| 134 |
+
255,
|
| 135 |
+
191
|
| 136 |
+
],
|
| 137 |
+
"StaticMeshActor_33": [
|
| 138 |
+
63,
|
| 139 |
+
127,
|
| 140 |
+
191
|
| 141 |
+
],
|
| 142 |
+
"StaticMeshActor_37": [
|
| 143 |
+
63,
|
| 144 |
+
63,
|
| 145 |
+
191
|
| 146 |
+
]
|
| 147 |
+
}
|
zehan/Hospital/l043_r001/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [94, 414, 151], "rotation": [0, 59.99999999999999, 0], "fov": 90, "c2w": [[0.5, 0.8660254037844385, 0, 0], [-0.8660254037844385, 0.5, 0, 0], [0, 0, 1, 0], [94, 414, 151, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l043_r001/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [94, 414, 151], "extent": [1010, 1010, 1010]}, "obb": {"center": [94, 414, 151], "extent": [1010, 1010, 1010], "rotation": [0, 59.99999999999999, 0]}, "bounds": {"center": [94, 414, 151], "extent": [1010, 1010, 1010]}, "location": [94, 414, 151], "rotation": [0, 59.99999999999999, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l043_r001/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_22": [
|
| 3 |
+
255,
|
| 4 |
+
127,
|
| 5 |
+
127
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_23": [
|
| 8 |
+
127,
|
| 9 |
+
0,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_24": [
|
| 13 |
+
127,
|
| 14 |
+
0,
|
| 15 |
+
255
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_41": [
|
| 18 |
+
127,
|
| 19 |
+
0,
|
| 20 |
+
127
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_42": [
|
| 23 |
+
127,
|
| 24 |
+
255,
|
| 25 |
+
127
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_45": [
|
| 28 |
+
127,
|
| 29 |
+
127,
|
| 30 |
+
127
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_50": [
|
| 33 |
+
255,
|
| 34 |
+
255,
|
| 35 |
+
63
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_69": [
|
| 38 |
+
63,
|
| 39 |
+
255,
|
| 40 |
+
0
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_73": [
|
| 43 |
+
63,
|
| 44 |
+
255,
|
| 45 |
+
255
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_81": [
|
| 48 |
+
63,
|
| 49 |
+
127,
|
| 50 |
+
63
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_83": [
|
| 53 |
+
63,
|
| 54 |
+
63,
|
| 55 |
+
0
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_17": [
|
| 58 |
+
255,
|
| 59 |
+
63,
|
| 60 |
+
191
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_68": [
|
| 63 |
+
0,
|
| 64 |
+
191,
|
| 65 |
+
255
|
| 66 |
+
]
|
| 67 |
+
}
|
zehan/Hospital/l044_r000/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-48, 468, 157], "rotation": [0, 0, 0], "fov": 90, "c2w": [[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [-48, 468, 157, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l044_r000/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-48, 468, 157], "extent": [1010, 1010, 1010]}, "obb": {"center": [-48, 468, 157], "extent": [1010, 1010, 1010], "rotation": [0, 0, 0]}, "bounds": {"center": [-48, 468, 157], "extent": [1010, 1010, 1010]}, "location": [-48, 468, 157], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l044_r000/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_22": [
|
| 3 |
+
255,
|
| 4 |
+
127,
|
| 5 |
+
127
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_23": [
|
| 8 |
+
127,
|
| 9 |
+
0,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_24": [
|
| 13 |
+
127,
|
| 14 |
+
0,
|
| 15 |
+
255
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_41": [
|
| 18 |
+
127,
|
| 19 |
+
0,
|
| 20 |
+
127
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_42": [
|
| 23 |
+
127,
|
| 24 |
+
255,
|
| 25 |
+
127
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_44": [
|
| 28 |
+
127,
|
| 29 |
+
127,
|
| 30 |
+
255
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_45": [
|
| 33 |
+
127,
|
| 34 |
+
127,
|
| 35 |
+
127
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_50": [
|
| 38 |
+
255,
|
| 39 |
+
255,
|
| 40 |
+
63
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_76": [
|
| 43 |
+
63,
|
| 44 |
+
127,
|
| 45 |
+
127
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_81": [
|
| 48 |
+
63,
|
| 49 |
+
127,
|
| 50 |
+
63
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_7": [
|
| 53 |
+
0,
|
| 54 |
+
63,
|
| 55 |
+
191
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_68": [
|
| 58 |
+
0,
|
| 59 |
+
191,
|
| 60 |
+
255
|
| 61 |
+
]
|
| 62 |
+
}
|
zehan/Hospital/l052_r002/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [127, 518, 151], "rotation": [0, 119.99999999999999, 0], "fov": 90, "c2w": [[-0.4999999999999998, 0.8660254037844384, 0, 0], [-0.8660254037844384, -0.4999999999999998, 0, 0], [0, 0, 1, 0], [127, 518, 151, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l052_r002/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [127, 518, 151], "extent": [1010, 1010, 1010]}, "obb": {"center": [127, 518, 151], "extent": [1010, 1010, 1010], "rotation": [0, 119.99999999999999, 0]}, "bounds": {"center": [127, 518, 151], "extent": [1010, 1010, 1010]}, "location": [127, 518, 151], "rotation": [0, 119.99999999999999, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l052_r002/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_49": [
|
| 3 |
+
255,
|
| 4 |
+
0,
|
| 5 |
+
63
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_50": [
|
| 8 |
+
255,
|
| 9 |
+
255,
|
| 10 |
+
63
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_51": [
|
| 13 |
+
255,
|
| 14 |
+
127,
|
| 15 |
+
63
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_55": [
|
| 18 |
+
0,
|
| 19 |
+
63,
|
| 20 |
+
0
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_56": [
|
| 23 |
+
0,
|
| 24 |
+
63,
|
| 25 |
+
255
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_57": [
|
| 28 |
+
0,
|
| 29 |
+
63,
|
| 30 |
+
127
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_69": [
|
| 33 |
+
63,
|
| 34 |
+
255,
|
| 35 |
+
0
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_73": [
|
| 38 |
+
63,
|
| 39 |
+
255,
|
| 40 |
+
255
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_83": [
|
| 43 |
+
63,
|
| 44 |
+
63,
|
| 45 |
+
0
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_89": [
|
| 48 |
+
0,
|
| 49 |
+
255,
|
| 50 |
+
191
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_11": [
|
| 53 |
+
255,
|
| 54 |
+
0,
|
| 55 |
+
191
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_17": [
|
| 58 |
+
255,
|
| 59 |
+
63,
|
| 60 |
+
191
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_70": [
|
| 63 |
+
0,
|
| 64 |
+
191,
|
| 65 |
+
127
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_71": [
|
| 68 |
+
0,
|
| 69 |
+
191,
|
| 70 |
+
63
|
| 71 |
+
],
|
| 72 |
+
"HUD_0": [
|
| 73 |
+
0,
|
| 74 |
+
191,
|
| 75 |
+
63
|
| 76 |
+
],
|
| 77 |
+
"ParticleEventManager_0": [
|
| 78 |
+
0,
|
| 79 |
+
191,
|
| 80 |
+
63
|
| 81 |
+
],
|
| 82 |
+
"UnrealcvWorldController_0": [
|
| 83 |
+
0,
|
| 84 |
+
191,
|
| 85 |
+
63
|
| 86 |
+
],
|
| 87 |
+
"AbstractNavData-Default": [
|
| 88 |
+
0,
|
| 89 |
+
191,
|
| 90 |
+
63
|
| 91 |
+
],
|
| 92 |
+
"GameNetworkManager_0": [
|
| 93 |
+
0,
|
| 94 |
+
191,
|
| 95 |
+
63
|
| 96 |
+
],
|
| 97 |
+
"SkyLight_1": [
|
| 98 |
+
0,
|
| 99 |
+
191,
|
| 100 |
+
63
|
| 101 |
+
],
|
| 102 |
+
"WorldSettings_1": [
|
| 103 |
+
0,
|
| 104 |
+
191,
|
| 105 |
+
63
|
| 106 |
+
],
|
| 107 |
+
"SkyAtmosphere_1": [
|
| 108 |
+
0,
|
| 109 |
+
191,
|
| 110 |
+
63
|
| 111 |
+
],
|
| 112 |
+
"GameSession_0": [
|
| 113 |
+
0,
|
| 114 |
+
191,
|
| 115 |
+
63
|
| 116 |
+
],
|
| 117 |
+
"GameStateBase_0": [
|
| 118 |
+
0,
|
| 119 |
+
191,
|
| 120 |
+
63
|
| 121 |
+
],
|
| 122 |
+
"PlayerState_0": [
|
| 123 |
+
0,
|
| 124 |
+
191,
|
| 125 |
+
63
|
| 126 |
+
],
|
| 127 |
+
"DirectionalLight_1": [
|
| 128 |
+
0,
|
| 129 |
+
191,
|
| 130 |
+
63
|
| 131 |
+
],
|
| 132 |
+
"SpotLight_1": [
|
| 133 |
+
0,
|
| 134 |
+
191,
|
| 135 |
+
63
|
| 136 |
+
],
|
| 137 |
+
"RectLight_3": [
|
| 138 |
+
0,
|
| 139 |
+
191,
|
| 140 |
+
63
|
| 141 |
+
],
|
| 142 |
+
"RectLight_5": [
|
| 143 |
+
0,
|
| 144 |
+
191,
|
| 145 |
+
63
|
| 146 |
+
],
|
| 147 |
+
"RectLight_6": [
|
| 148 |
+
0,
|
| 149 |
+
191,
|
| 150 |
+
63
|
| 151 |
+
],
|
| 152 |
+
"BP_FirstPersonCameraManager_C_0": [
|
| 153 |
+
0,
|
| 154 |
+
191,
|
| 155 |
+
63
|
| 156 |
+
]
|
| 157 |
+
}
|
zehan/Hospital/l072_r001/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [36, -238, 154], "rotation": [0, 59.99999999999999, 0], "fov": 90, "c2w": [[0.5, 0.8660254037844385, 0, 0], [-0.8660254037844385, 0.5, 0, 0], [0, 0, 1, 0], [36, -238, 154, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l072_r001/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [36, -238, 154], "extent": [1010, 1010, 1010]}, "obb": {"center": [36, -238, 154], "extent": [1010, 1010, 1010], "rotation": [0, 59.99999999999999, 0]}, "bounds": {"center": [36, -238, 154], "extent": [1010, 1010, 1010]}, "location": [36, -238, 154], "rotation": [0, 59.99999999999999, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l072_r001/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,257 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_1": [
|
| 3 |
+
255,
|
| 4 |
+
0,
|
| 5 |
+
255
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_3": [
|
| 8 |
+
255,
|
| 9 |
+
255,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_2": [
|
| 13 |
+
255,
|
| 14 |
+
255,
|
| 15 |
+
255
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_6": [
|
| 18 |
+
0,
|
| 19 |
+
255,
|
| 20 |
+
127
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_8": [
|
| 23 |
+
255,
|
| 24 |
+
0,
|
| 25 |
+
127
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_10": [
|
| 28 |
+
255,
|
| 29 |
+
255,
|
| 30 |
+
127
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_13": [
|
| 33 |
+
0,
|
| 34 |
+
127,
|
| 35 |
+
0
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_16": [
|
| 38 |
+
0,
|
| 39 |
+
127,
|
| 40 |
+
255
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_18": [
|
| 43 |
+
255,
|
| 44 |
+
127,
|
| 45 |
+
0
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_22": [
|
| 48 |
+
255,
|
| 49 |
+
127,
|
| 50 |
+
127
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_34": [
|
| 53 |
+
127,
|
| 54 |
+
255,
|
| 55 |
+
0
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_40": [
|
| 58 |
+
127,
|
| 59 |
+
255,
|
| 60 |
+
255
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_41": [
|
| 63 |
+
127,
|
| 64 |
+
0,
|
| 65 |
+
127
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_43": [
|
| 68 |
+
127,
|
| 69 |
+
127,
|
| 70 |
+
0
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_47": [
|
| 73 |
+
0,
|
| 74 |
+
255,
|
| 75 |
+
63
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_48": [
|
| 78 |
+
0,
|
| 79 |
+
127,
|
| 80 |
+
63
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_49": [
|
| 83 |
+
255,
|
| 84 |
+
0,
|
| 85 |
+
63
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_51": [
|
| 88 |
+
255,
|
| 89 |
+
127,
|
| 90 |
+
63
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_55": [
|
| 93 |
+
0,
|
| 94 |
+
63,
|
| 95 |
+
0
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_56": [
|
| 98 |
+
0,
|
| 99 |
+
63,
|
| 100 |
+
255
|
| 101 |
+
],
|
| 102 |
+
"StaticMeshActor_60": [
|
| 103 |
+
255,
|
| 104 |
+
63,
|
| 105 |
+
127
|
| 106 |
+
],
|
| 107 |
+
"StaticMeshActor_65": [
|
| 108 |
+
255,
|
| 109 |
+
63,
|
| 110 |
+
63
|
| 111 |
+
],
|
| 112 |
+
"StaticMeshActor_69": [
|
| 113 |
+
63,
|
| 114 |
+
255,
|
| 115 |
+
0
|
| 116 |
+
],
|
| 117 |
+
"StaticMeshActor_73": [
|
| 118 |
+
63,
|
| 119 |
+
255,
|
| 120 |
+
255
|
| 121 |
+
],
|
| 122 |
+
"StaticMeshActor_74": [
|
| 123 |
+
63,
|
| 124 |
+
127,
|
| 125 |
+
0
|
| 126 |
+
],
|
| 127 |
+
"StaticMeshActor_76": [
|
| 128 |
+
63,
|
| 129 |
+
127,
|
| 130 |
+
127
|
| 131 |
+
],
|
| 132 |
+
"StaticMeshActor_80": [
|
| 133 |
+
63,
|
| 134 |
+
255,
|
| 135 |
+
63
|
| 136 |
+
],
|
| 137 |
+
"StaticMeshActor_83": [
|
| 138 |
+
63,
|
| 139 |
+
63,
|
| 140 |
+
0
|
| 141 |
+
],
|
| 142 |
+
"StaticMeshActor_89": [
|
| 143 |
+
0,
|
| 144 |
+
255,
|
| 145 |
+
191
|
| 146 |
+
],
|
| 147 |
+
"StaticMeshActor_4": [
|
| 148 |
+
0,
|
| 149 |
+
127,
|
| 150 |
+
191
|
| 151 |
+
],
|
| 152 |
+
"StaticMeshActor_11": [
|
| 153 |
+
255,
|
| 154 |
+
0,
|
| 155 |
+
191
|
| 156 |
+
],
|
| 157 |
+
"StaticMeshActor_17": [
|
| 158 |
+
255,
|
| 159 |
+
63,
|
| 160 |
+
191
|
| 161 |
+
],
|
| 162 |
+
"StaticMeshActor_70": [
|
| 163 |
+
0,
|
| 164 |
+
191,
|
| 165 |
+
127
|
| 166 |
+
],
|
| 167 |
+
"StaticMeshActor_71": [
|
| 168 |
+
0,
|
| 169 |
+
191,
|
| 170 |
+
63
|
| 171 |
+
],
|
| 172 |
+
"HUD_0": [
|
| 173 |
+
0,
|
| 174 |
+
191,
|
| 175 |
+
63
|
| 176 |
+
],
|
| 177 |
+
"ParticleEventManager_0": [
|
| 178 |
+
0,
|
| 179 |
+
191,
|
| 180 |
+
63
|
| 181 |
+
],
|
| 182 |
+
"UnrealcvWorldController_0": [
|
| 183 |
+
0,
|
| 184 |
+
191,
|
| 185 |
+
63
|
| 186 |
+
],
|
| 187 |
+
"AbstractNavData-Default": [
|
| 188 |
+
0,
|
| 189 |
+
191,
|
| 190 |
+
63
|
| 191 |
+
],
|
| 192 |
+
"GameNetworkManager_0": [
|
| 193 |
+
0,
|
| 194 |
+
191,
|
| 195 |
+
63
|
| 196 |
+
],
|
| 197 |
+
"SkyLight_1": [
|
| 198 |
+
0,
|
| 199 |
+
191,
|
| 200 |
+
63
|
| 201 |
+
],
|
| 202 |
+
"WorldSettings_1": [
|
| 203 |
+
0,
|
| 204 |
+
191,
|
| 205 |
+
63
|
| 206 |
+
],
|
| 207 |
+
"SkyAtmosphere_1": [
|
| 208 |
+
0,
|
| 209 |
+
191,
|
| 210 |
+
63
|
| 211 |
+
],
|
| 212 |
+
"GameSession_0": [
|
| 213 |
+
0,
|
| 214 |
+
191,
|
| 215 |
+
63
|
| 216 |
+
],
|
| 217 |
+
"GameStateBase_0": [
|
| 218 |
+
0,
|
| 219 |
+
191,
|
| 220 |
+
63
|
| 221 |
+
],
|
| 222 |
+
"PlayerState_0": [
|
| 223 |
+
0,
|
| 224 |
+
191,
|
| 225 |
+
63
|
| 226 |
+
],
|
| 227 |
+
"DirectionalLight_1": [
|
| 228 |
+
0,
|
| 229 |
+
191,
|
| 230 |
+
63
|
| 231 |
+
],
|
| 232 |
+
"SpotLight_1": [
|
| 233 |
+
0,
|
| 234 |
+
191,
|
| 235 |
+
63
|
| 236 |
+
],
|
| 237 |
+
"RectLight_3": [
|
| 238 |
+
0,
|
| 239 |
+
191,
|
| 240 |
+
63
|
| 241 |
+
],
|
| 242 |
+
"RectLight_5": [
|
| 243 |
+
0,
|
| 244 |
+
191,
|
| 245 |
+
63
|
| 246 |
+
],
|
| 247 |
+
"RectLight_6": [
|
| 248 |
+
0,
|
| 249 |
+
191,
|
| 250 |
+
63
|
| 251 |
+
],
|
| 252 |
+
"BP_FirstPersonCameraManager_C_0": [
|
| 253 |
+
0,
|
| 254 |
+
191,
|
| 255 |
+
63
|
| 256 |
+
]
|
| 257 |
+
}
|
zehan/Hospital/l081_r004/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-113, -189, 224], "rotation": [0, -120.00000000000007, 0], "fov": 90, "c2w": [[-0.5000000000000007, -0.8660254037844379, 0, 0], [0.8660254037844379, -0.5000000000000007, 0, 0], [0, 0, 1, 0], [-113, -189, 224, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l081_r004/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-113, -189, 224], "extent": [1010, 1010, 1010]}, "obb": {"center": [-113, -189, 224], "extent": [1010, 1010, 1010], "rotation": [0, -120.00000000000007, 0]}, "bounds": {"center": [-113, -189, 224], "extent": [1010, 1010, 1010]}, "location": [-113, -189, 224], "rotation": [0, -120.00000000000007, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l081_r004/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_61": [
|
| 3 |
+
127,
|
| 4 |
+
63,
|
| 5 |
+
0
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_62": [
|
| 8 |
+
127,
|
| 9 |
+
63,
|
| 10 |
+
255
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_64": [
|
| 13 |
+
0,
|
| 14 |
+
63,
|
| 15 |
+
63
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_66": [
|
| 18 |
+
63,
|
| 19 |
+
0,
|
| 20 |
+
255
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_19": [
|
| 23 |
+
127,
|
| 24 |
+
0,
|
| 25 |
+
191
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_28": [
|
| 28 |
+
63,
|
| 29 |
+
0,
|
| 30 |
+
191
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_31": [
|
| 33 |
+
63,
|
| 34 |
+
255,
|
| 35 |
+
191
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_33": [
|
| 38 |
+
63,
|
| 39 |
+
127,
|
| 40 |
+
191
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_37": [
|
| 43 |
+
63,
|
| 44 |
+
63,
|
| 45 |
+
191
|
| 46 |
+
]
|
| 47 |
+
}
|
zehan/Hospital/l084_r000/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-222, -153, 212], "rotation": [0, 0, 0], "fov": 90, "c2w": [[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [-222, -153, 212, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l084_r000/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-222, -153, 212], "extent": [1010, 1010, 1010]}, "obb": {"center": [-222, -153, 212], "extent": [1010, 1010, 1010], "rotation": [0, 0, 0]}, "bounds": {"center": [-222, -153, 212], "extent": [1010, 1010, 1010]}, "location": [-222, -153, 212], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l086_r005/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-94, -48, 210], "rotation": [0, -59.999999999999986, 0], "fov": 90, "c2w": [[0.5000000000000002, -0.8660254037844384, 0, 0], [0.8660254037844384, 0.5000000000000002, 0, 0], [0, 0, 1, 0], [-94, -48, 210, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l086_r005/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-94, -48, 210], "extent": [1010, 1010, 1010]}, "obb": {"center": [-94, -48, 210], "extent": [1010, 1010, 1010], "rotation": [0, -59.999999999999986, 0]}, "bounds": {"center": [-94, -48, 210], "extent": [1010, 1010, 1010]}, "location": [-94, -48, 210], "rotation": [0, -59.999999999999986, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l086_r005/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_8": [
|
| 3 |
+
255,
|
| 4 |
+
0,
|
| 5 |
+
127
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_10": [
|
| 8 |
+
255,
|
| 9 |
+
255,
|
| 10 |
+
127
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_18": [
|
| 13 |
+
255,
|
| 14 |
+
127,
|
| 15 |
+
0
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_20": [
|
| 18 |
+
255,
|
| 19 |
+
127,
|
| 20 |
+
255
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_21": [
|
| 23 |
+
0,
|
| 24 |
+
127,
|
| 25 |
+
127
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_34": [
|
| 28 |
+
127,
|
| 29 |
+
255,
|
| 30 |
+
0
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_40": [
|
| 33 |
+
127,
|
| 34 |
+
255,
|
| 35 |
+
255
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_60": [
|
| 38 |
+
255,
|
| 39 |
+
63,
|
| 40 |
+
127
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_63": [
|
| 43 |
+
127,
|
| 44 |
+
63,
|
| 45 |
+
127
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_64": [
|
| 48 |
+
0,
|
| 49 |
+
63,
|
| 50 |
+
63
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_66": [
|
| 53 |
+
63,
|
| 54 |
+
0,
|
| 55 |
+
255
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_75": [
|
| 58 |
+
63,
|
| 59 |
+
127,
|
| 60 |
+
255
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_87": [
|
| 63 |
+
63,
|
| 64 |
+
63,
|
| 65 |
+
63
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_88": [
|
| 68 |
+
0,
|
| 69 |
+
0,
|
| 70 |
+
191
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_19": [
|
| 73 |
+
127,
|
| 74 |
+
0,
|
| 75 |
+
191
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_27": [
|
| 78 |
+
127,
|
| 79 |
+
63,
|
| 80 |
+
191
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_28": [
|
| 83 |
+
63,
|
| 84 |
+
0,
|
| 85 |
+
191
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_31": [
|
| 88 |
+
63,
|
| 89 |
+
255,
|
| 90 |
+
191
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_33": [
|
| 93 |
+
63,
|
| 94 |
+
127,
|
| 95 |
+
191
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_37": [
|
| 98 |
+
63,
|
| 99 |
+
63,
|
| 100 |
+
191
|
| 101 |
+
]
|
| 102 |
+
}
|
zehan/Hospital/l092_r002/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [134, -126, 215], "rotation": [0, 119.99999999999999, 0], "fov": 90, "c2w": [[-0.4999999999999998, 0.8660254037844384, 0, 0], [-0.8660254037844384, -0.4999999999999998, 0, 0], [0, 0, 1, 0], [134, -126, 215, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l092_r002/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [134, -126, 215], "extent": [1010, 1010, 1010]}, "obb": {"center": [134, -126, 215], "extent": [1010, 1010, 1010], "rotation": [0, 119.99999999999999, 0]}, "bounds": {"center": [134, -126, 215], "extent": [1010, 1010, 1010]}, "location": [134, -126, 215], "rotation": [0, 119.99999999999999, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l092_r002/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_3": [
|
| 3 |
+
255,
|
| 4 |
+
255,
|
| 5 |
+
0
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_2": [
|
| 8 |
+
255,
|
| 9 |
+
255,
|
| 10 |
+
255
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_18": [
|
| 13 |
+
255,
|
| 14 |
+
127,
|
| 15 |
+
0
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_34": [
|
| 18 |
+
127,
|
| 19 |
+
255,
|
| 20 |
+
0
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_43": [
|
| 23 |
+
127,
|
| 24 |
+
127,
|
| 25 |
+
0
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_46": [
|
| 28 |
+
0,
|
| 29 |
+
0,
|
| 30 |
+
63
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_47": [
|
| 33 |
+
0,
|
| 34 |
+
255,
|
| 35 |
+
63
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_48": [
|
| 38 |
+
0,
|
| 39 |
+
127,
|
| 40 |
+
63
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_52": [
|
| 43 |
+
127,
|
| 44 |
+
0,
|
| 45 |
+
63
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_53": [
|
| 48 |
+
127,
|
| 49 |
+
255,
|
| 50 |
+
63
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_54": [
|
| 53 |
+
127,
|
| 54 |
+
127,
|
| 55 |
+
63
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_55": [
|
| 58 |
+
0,
|
| 59 |
+
63,
|
| 60 |
+
0
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_58": [
|
| 63 |
+
255,
|
| 64 |
+
63,
|
| 65 |
+
0
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_59": [
|
| 68 |
+
255,
|
| 69 |
+
63,
|
| 70 |
+
255
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_65": [
|
| 73 |
+
255,
|
| 74 |
+
63,
|
| 75 |
+
63
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_73": [
|
| 78 |
+
63,
|
| 79 |
+
255,
|
| 80 |
+
255
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_74": [
|
| 83 |
+
63,
|
| 84 |
+
127,
|
| 85 |
+
0
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_85": [
|
| 88 |
+
63,
|
| 89 |
+
63,
|
| 90 |
+
255
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_86": [
|
| 93 |
+
63,
|
| 94 |
+
63,
|
| 95 |
+
127
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_4": [
|
| 98 |
+
0,
|
| 99 |
+
127,
|
| 100 |
+
191
|
| 101 |
+
],
|
| 102 |
+
"StaticMeshActor_11": [
|
| 103 |
+
255,
|
| 104 |
+
0,
|
| 105 |
+
191
|
| 106 |
+
],
|
| 107 |
+
"StaticMeshActor_12": [
|
| 108 |
+
255,
|
| 109 |
+
255,
|
| 110 |
+
191
|
| 111 |
+
]
|
| 112 |
+
}
|
zehan/Hospital/l107_r002/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-61, 238, 210], "rotation": [0, 119.99999999999999, 0], "fov": 90, "c2w": [[-0.4999999999999998, 0.8660254037844384, 0, 0], [-0.8660254037844384, -0.4999999999999998, 0, 0], [0, 0, 1, 0], [-61, 238, 210, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l107_r002/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-61, 238, 210], "extent": [1010, 1010, 1010]}, "obb": {"center": [-61, 238, 210], "extent": [1010, 1010, 1010], "rotation": [0, 119.99999999999999, 0]}, "bounds": {"center": [-61, 238, 210], "extent": [1010, 1010, 1010]}, "location": [-61, 238, 210], "rotation": [0, 119.99999999999999, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l107_r002/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_45": [
|
| 3 |
+
127,
|
| 4 |
+
127,
|
| 5 |
+
127
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_48": [
|
| 8 |
+
0,
|
| 9 |
+
127,
|
| 10 |
+
63
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_49": [
|
| 13 |
+
255,
|
| 14 |
+
0,
|
| 15 |
+
63
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_50": [
|
| 18 |
+
255,
|
| 19 |
+
255,
|
| 20 |
+
63
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_51": [
|
| 23 |
+
255,
|
| 24 |
+
127,
|
| 25 |
+
63
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_54": [
|
| 28 |
+
127,
|
| 29 |
+
127,
|
| 30 |
+
63
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_55": [
|
| 33 |
+
0,
|
| 34 |
+
63,
|
| 35 |
+
0
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_56": [
|
| 38 |
+
0,
|
| 39 |
+
63,
|
| 40 |
+
255
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_57": [
|
| 43 |
+
0,
|
| 44 |
+
63,
|
| 45 |
+
127
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_58": [
|
| 48 |
+
255,
|
| 49 |
+
63,
|
| 50 |
+
0
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_69": [
|
| 53 |
+
63,
|
| 54 |
+
255,
|
| 55 |
+
0
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_73": [
|
| 58 |
+
63,
|
| 59 |
+
255,
|
| 60 |
+
255
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_76": [
|
| 63 |
+
63,
|
| 64 |
+
127,
|
| 65 |
+
127
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_83": [
|
| 68 |
+
63,
|
| 69 |
+
63,
|
| 70 |
+
0
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_86": [
|
| 73 |
+
63,
|
| 74 |
+
63,
|
| 75 |
+
127
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_89": [
|
| 78 |
+
0,
|
| 79 |
+
255,
|
| 80 |
+
191
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_11": [
|
| 83 |
+
255,
|
| 84 |
+
0,
|
| 85 |
+
191
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_17": [
|
| 88 |
+
255,
|
| 89 |
+
63,
|
| 90 |
+
191
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_70": [
|
| 93 |
+
0,
|
| 94 |
+
191,
|
| 95 |
+
127
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_71": [
|
| 98 |
+
0,
|
| 99 |
+
191,
|
| 100 |
+
63
|
| 101 |
+
],
|
| 102 |
+
"HUD_0": [
|
| 103 |
+
0,
|
| 104 |
+
191,
|
| 105 |
+
63
|
| 106 |
+
],
|
| 107 |
+
"ParticleEventManager_0": [
|
| 108 |
+
0,
|
| 109 |
+
191,
|
| 110 |
+
63
|
| 111 |
+
],
|
| 112 |
+
"UnrealcvWorldController_0": [
|
| 113 |
+
0,
|
| 114 |
+
191,
|
| 115 |
+
63
|
| 116 |
+
],
|
| 117 |
+
"AbstractNavData-Default": [
|
| 118 |
+
0,
|
| 119 |
+
191,
|
| 120 |
+
63
|
| 121 |
+
],
|
| 122 |
+
"GameNetworkManager_0": [
|
| 123 |
+
0,
|
| 124 |
+
191,
|
| 125 |
+
63
|
| 126 |
+
],
|
| 127 |
+
"SkyLight_1": [
|
| 128 |
+
0,
|
| 129 |
+
191,
|
| 130 |
+
63
|
| 131 |
+
],
|
| 132 |
+
"WorldSettings_1": [
|
| 133 |
+
0,
|
| 134 |
+
191,
|
| 135 |
+
63
|
| 136 |
+
],
|
| 137 |
+
"SkyAtmosphere_1": [
|
| 138 |
+
0,
|
| 139 |
+
191,
|
| 140 |
+
63
|
| 141 |
+
],
|
| 142 |
+
"GameSession_0": [
|
| 143 |
+
0,
|
| 144 |
+
191,
|
| 145 |
+
63
|
| 146 |
+
],
|
| 147 |
+
"GameStateBase_0": [
|
| 148 |
+
0,
|
| 149 |
+
191,
|
| 150 |
+
63
|
| 151 |
+
],
|
| 152 |
+
"PlayerState_0": [
|
| 153 |
+
0,
|
| 154 |
+
191,
|
| 155 |
+
63
|
| 156 |
+
],
|
| 157 |
+
"DirectionalLight_1": [
|
| 158 |
+
0,
|
| 159 |
+
191,
|
| 160 |
+
63
|
| 161 |
+
],
|
| 162 |
+
"SpotLight_1": [
|
| 163 |
+
0,
|
| 164 |
+
191,
|
| 165 |
+
63
|
| 166 |
+
],
|
| 167 |
+
"RectLight_3": [
|
| 168 |
+
0,
|
| 169 |
+
191,
|
| 170 |
+
63
|
| 171 |
+
],
|
| 172 |
+
"RectLight_5": [
|
| 173 |
+
0,
|
| 174 |
+
191,
|
| 175 |
+
63
|
| 176 |
+
],
|
| 177 |
+
"RectLight_6": [
|
| 178 |
+
0,
|
| 179 |
+
191,
|
| 180 |
+
63
|
| 181 |
+
],
|
| 182 |
+
"BP_FirstPersonCameraManager_C_0": [
|
| 183 |
+
0,
|
| 184 |
+
191,
|
| 185 |
+
63
|
| 186 |
+
]
|
| 187 |
+
}
|
zehan/Hospital/l111_r000/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-26, 480, 230], "rotation": [0, 0, 0], "fov": 90, "c2w": [[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [-26, 480, 230, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l111_r000/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-26, 480, 230], "extent": [1010, 1010, 1010]}, "obb": {"center": [-26, 480, 230], "extent": [1010, 1010, 1010], "rotation": [0, 0, 0]}, "bounds": {"center": [-26, 480, 230], "extent": [1010, 1010, 1010]}, "location": [-26, 480, 230], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l111_r000/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_22": [
|
| 3 |
+
255,
|
| 4 |
+
127,
|
| 5 |
+
127
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_23": [
|
| 8 |
+
127,
|
| 9 |
+
0,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_41": [
|
| 13 |
+
127,
|
| 14 |
+
0,
|
| 15 |
+
127
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_42": [
|
| 18 |
+
127,
|
| 19 |
+
255,
|
| 20 |
+
127
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_44": [
|
| 23 |
+
127,
|
| 24 |
+
127,
|
| 25 |
+
255
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_45": [
|
| 28 |
+
127,
|
| 29 |
+
127,
|
| 30 |
+
127
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_50": [
|
| 33 |
+
255,
|
| 34 |
+
255,
|
| 35 |
+
63
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_76": [
|
| 38 |
+
63,
|
| 39 |
+
127,
|
| 40 |
+
127
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_81": [
|
| 43 |
+
63,
|
| 44 |
+
127,
|
| 45 |
+
63
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_7": [
|
| 48 |
+
0,
|
| 49 |
+
63,
|
| 50 |
+
191
|
| 51 |
+
]
|
| 52 |
+
}
|
zehan/Hospital/l113_r005/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-76, 332, 217], "rotation": [0, -59.999999999999986, 0], "fov": 90, "c2w": [[0.5000000000000002, -0.8660254037844384, 0, 0], [0.8660254037844384, 0.5000000000000002, 0, 0], [0, 0, 1, 0], [-76, 332, 217, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l113_r005/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-76, 332, 217], "extent": [1010, 1010, 1010]}, "obb": {"center": [-76, 332, 217], "extent": [1010, 1010, 1010], "rotation": [0, -59.999999999999986, 0]}, "bounds": {"center": [-76, 332, 217], "extent": [1010, 1010, 1010]}, "location": [-76, 332, 217], "rotation": [0, -59.999999999999986, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l113_r005/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_1": [
|
| 3 |
+
255,
|
| 4 |
+
0,
|
| 5 |
+
255
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_3": [
|
| 8 |
+
255,
|
| 9 |
+
255,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_6": [
|
| 13 |
+
0,
|
| 14 |
+
255,
|
| 15 |
+
127
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_8": [
|
| 18 |
+
255,
|
| 19 |
+
0,
|
| 20 |
+
127
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_13": [
|
| 23 |
+
0,
|
| 24 |
+
127,
|
| 25 |
+
0
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_18": [
|
| 28 |
+
255,
|
| 29 |
+
127,
|
| 30 |
+
0
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_20": [
|
| 33 |
+
255,
|
| 34 |
+
127,
|
| 35 |
+
255
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_21": [
|
| 38 |
+
0,
|
| 39 |
+
127,
|
| 40 |
+
127
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_34": [
|
| 43 |
+
127,
|
| 44 |
+
255,
|
| 45 |
+
0
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_40": [
|
| 48 |
+
127,
|
| 49 |
+
255,
|
| 50 |
+
255
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_41": [
|
| 53 |
+
127,
|
| 54 |
+
0,
|
| 55 |
+
127
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_43": [
|
| 58 |
+
127,
|
| 59 |
+
127,
|
| 60 |
+
0
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_44": [
|
| 63 |
+
127,
|
| 64 |
+
127,
|
| 65 |
+
255
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_46": [
|
| 68 |
+
0,
|
| 69 |
+
0,
|
| 70 |
+
63
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_47": [
|
| 73 |
+
0,
|
| 74 |
+
255,
|
| 75 |
+
63
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_52": [
|
| 78 |
+
127,
|
| 79 |
+
0,
|
| 80 |
+
63
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_61": [
|
| 83 |
+
127,
|
| 84 |
+
63,
|
| 85 |
+
0
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_62": [
|
| 88 |
+
127,
|
| 89 |
+
63,
|
| 90 |
+
255
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_63": [
|
| 93 |
+
127,
|
| 94 |
+
63,
|
| 95 |
+
127
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_64": [
|
| 98 |
+
0,
|
| 99 |
+
63,
|
| 100 |
+
63
|
| 101 |
+
],
|
| 102 |
+
"StaticMeshActor_65": [
|
| 103 |
+
255,
|
| 104 |
+
63,
|
| 105 |
+
63
|
| 106 |
+
],
|
| 107 |
+
"StaticMeshActor_66": [
|
| 108 |
+
63,
|
| 109 |
+
0,
|
| 110 |
+
255
|
| 111 |
+
],
|
| 112 |
+
"StaticMeshActor_74": [
|
| 113 |
+
63,
|
| 114 |
+
127,
|
| 115 |
+
0
|
| 116 |
+
],
|
| 117 |
+
"StaticMeshActor_75": [
|
| 118 |
+
63,
|
| 119 |
+
127,
|
| 120 |
+
255
|
| 121 |
+
],
|
| 122 |
+
"StaticMeshActor_79": [
|
| 123 |
+
63,
|
| 124 |
+
0,
|
| 125 |
+
63
|
| 126 |
+
],
|
| 127 |
+
"StaticMeshActor_87": [
|
| 128 |
+
63,
|
| 129 |
+
63,
|
| 130 |
+
63
|
| 131 |
+
],
|
| 132 |
+
"StaticMeshActor_88": [
|
| 133 |
+
0,
|
| 134 |
+
0,
|
| 135 |
+
191
|
| 136 |
+
],
|
| 137 |
+
"StaticMeshActor_4": [
|
| 138 |
+
0,
|
| 139 |
+
127,
|
| 140 |
+
191
|
| 141 |
+
],
|
| 142 |
+
"StaticMeshActor_14": [
|
| 143 |
+
255,
|
| 144 |
+
127,
|
| 145 |
+
191
|
| 146 |
+
],
|
| 147 |
+
"StaticMeshActor_19": [
|
| 148 |
+
127,
|
| 149 |
+
0,
|
| 150 |
+
191
|
| 151 |
+
],
|
| 152 |
+
"StaticMeshActor_27": [
|
| 153 |
+
127,
|
| 154 |
+
63,
|
| 155 |
+
191
|
| 156 |
+
],
|
| 157 |
+
"StaticMeshActor_28": [
|
| 158 |
+
63,
|
| 159 |
+
0,
|
| 160 |
+
191
|
| 161 |
+
],
|
| 162 |
+
"StaticMeshActor_31": [
|
| 163 |
+
63,
|
| 164 |
+
255,
|
| 165 |
+
191
|
| 166 |
+
],
|
| 167 |
+
"StaticMeshActor_33": [
|
| 168 |
+
63,
|
| 169 |
+
127,
|
| 170 |
+
191
|
| 171 |
+
],
|
| 172 |
+
"StaticMeshActor_37": [
|
| 173 |
+
63,
|
| 174 |
+
63,
|
| 175 |
+
191
|
| 176 |
+
]
|
| 177 |
+
}
|
zehan/Hospital/l116_r001/camera_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": {"location": [-209, 339, 221], "rotation": [0, 59.99999999999999, 0], "fov": 90, "c2w": [[0.5, 0.8660254037844385, 0, 0], [-0.8660254037844385, 0.5, 0, 0], [0, 0, 1, 0], [-209, 339, 221, 1]], "width": 1920, "height": 1080, "fxfycxcy": [960.0000000000001, 960.0000000000002, 960.0, 540.0]}}
|
zehan/Hospital/l116_r001/object_annots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"status": "ok", "outputs": [{"object_id": "ChaosDebugDrawActor", "status": "ok", "guid": "D4377CF44E3817B7B7E97E816227EFAC", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerCategoryReplicator_0", "status": "ok", "guid": "71657804413C70B107D4939CCD400986", "aabb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "obb": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1000000, 1000000, 1000000]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "GameplayDebuggerPlayerManager_0", "status": "ok", "guid": "1506AF8646CA4BD071B68CB0A52706BE", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "Brush_1", "status": "ok", "guid": "EBF2923B4008FDACE3F34695BC14815F", "aabb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "obb": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100], "rotation": [0, 0, 0]}, "bounds": {"center": [1711.2822651139538, 309.0625657844188, 99.99998876256188], "extent": [150, 100, 100]}, "location": [1561.2822651139538, 209.06256578441878, 19.999988762561884], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [247, 172, 152, 121]}, {"object_id": "StaticMeshActor_1", "status": "ok", "guid": "4A8898594AF0BBA1AC6AE8B95AB737D9", "aabb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, -65.74129463964846, 51.30887467514481], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, -67.706764, -1.3624528492073296e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 255, 255]}, {"object_id": "StaticMeshActor_3", "status": "ok", "guid": "051C78D849DD3B7A3E61878F3D2B156A", "aabb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "obb": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995040893555, 174.83460640136718, 57.37795187187365], "extent": [111.5865478515625, 71.30528259277344, 51.28422164916992]}, "location": [100, 174.15292, 6.069072019578726], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 0, 255]}, {"object_id": "StaticMeshActor_2", "status": "ok", "guid": "3B435C0446D7F6E964448E8326760D1C", "aabb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "obb": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936], "rotation": [0, 0, 0]}, "bounds": {"center": [127.61424638502925, 31.822496497053294, 104.22936467567862], "extent": [32.30204391479492, 31.106746673583984, 103.93512749671936]}, "location": [127.61425019972651, 31.822496497053294, -1.2832484827640656e-05], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 255, 255]}, {"object_id": "StaticMeshActor_5", "status": "ok", "guid": "79767E8241564E29F7CB7CB6399C9D51", "aabb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "obb": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327], "rotation": [0, 91, 0]}, "bounds": {"center": [183.80367264141563, 264.39587314034594, 27.804956912994385], "extent": [26.484957166762456, 26.785662636898294, 27.81739568710327]}, "location": [183.803666, 264.3958711167804, 0], "rotation": [0, 91, 0], "scale": [1, 1, 1], "color": [0, 0, 127, 255]}, {"object_id": "StaticMeshActor_6", "status": "ok", "guid": "D278B0434F613EEADEC884B6324F66A6", "aabb": {"center": [183.8036727079913, 24.837805790550753, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "obb": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327], "rotation": [0, 89, 0]}, "bounds": {"center": [183.8036727079913, 24.83780579055075, 27.804956912994385], "extent": [26.484957166762484, 26.7856626368983, 27.81739568710327]}, "location": [183.803666, 24.837804, 0], "rotation": [0, 89, 0], "scale": [1, 1, 1], "color": [0, 255, 127, 255]}, {"object_id": "StaticMeshActor_8", "status": "ok", "guid": "2AA88EB245F8394B080081B84FE5A343", "aabb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "obb": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586], "rotation": [0, 86.36698830949425, 0]}, "bounds": {"center": [117.39359917454493, -157.99601678220324, 97.98755000043298], "extent": [37.86065906797458, 33.76881240293864, 97.9099349975586]}, "location": [117.39359536751374, -157.9960165404829, -2.171587561861088e-05], "rotation": [0, 86.36698830949425, 0], "scale": [1, 1, 1], "color": [255, 0, 127, 255]}, {"object_id": "StaticMeshActor_10", "status": "ok", "guid": "FD8B90A44B956025DB1D14A0AF55687B", "aabb": {"center": [209.72200439986443, -58.47242958345387, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "obb": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200439986443, -58.472429583453874, 132.0669325285963], "extent": [3.0933554172516153, 122.4559020996094, 11.807849884033203]}, "location": [209.7220013004229, -58.47242958345386, 132.06693634329358], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 255, 127, 255]}, {"object_id": "StaticMeshActor_13", "status": "ok", "guid": "3672977C4F0B9A7237F29CB8DD2DD03D", "aabb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "obb": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944506, 186.64619503922353, 132.06693361552945], "extent": [3.0933554172516153, 122.45590209960942, 11.807849884033203]}, "location": [209.72200100000353, 186.64619503922353, 132.06693743022672], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 127, 0, 255]}, {"object_id": "StaticMeshActor_16", "status": "ok", "guid": "77E72FCA4A208F918AF0B39AF2DCBB2A", "aabb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "obb": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906], "rotation": [0, 88.27752367347195, 0]}, "bounds": {"center": [41.12746005074165, 228.2459532514492, 44.13652089594112], "extent": [27.11423014913875, 40.60054491211818, 44.00831604003906]}, "location": [41.127461957228434, 228.24595319411745, 5.101989302147558e-07], "rotation": [0, 88.27752367347195, 0], "scale": [1, 1, 1], "color": [0, 127, 255, 255]}, {"object_id": "StaticMeshActor_18", "status": "ok", "guid": "84F0F88D436614C83C8B0EA0B403E721", "aabb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [53.275900585197974, -67.70676400000008, 290.40192425159654], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [53.27590058519798, -67.70676400000006, 290.40192425159654], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 127, 0, 255]}, {"object_id": "StaticMeshActor_20", "status": "ok", "guid": "C5E436A74A02746753B2DCA755131A92", "aabb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "obb": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [31.124148167594733, -254.15228707514308, 40.1938315636944], "extent": [29.229248046875, 30.415904998779297, 40.195061563747004]}, "location": [31.124148167594733, -254.15229088984034, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 255, 255]}, {"object_id": "StaticMeshActor_21", "status": "ok", "guid": "4D485BA543FB5B421EB7BD86788082F6", "aabb": {"center": [132.97647848922952, -254.15228745575178, 40.19382809002437], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "obb": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004], "rotation": [0, 0, 0]}, "bounds": {"center": [132.97647848922952, -254.15228745575178, 40.193828090024375], "extent": [29.229248046875, 30.415904998779283, 40.195061563747004]}, "location": [132.97647848922952, -254.15229127044907, -3.4736700305586472e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 127, 255]}, {"object_id": "StaticMeshActor_22", "status": "ok", "guid": "4B29DC15454F67A600C5888B0F979FDB", "aabb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "obb": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656], "rotation": [0, 0, 0]}, "bounds": {"center": [99.99995422363281, 428.33523436035154, 51.308878872644414], "extent": [111.5865478515625, 66.68846893310547, 51.284217834472656]}, "location": [100, 426.369765, 2.8350467573545757e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 127, 255]}, {"object_id": "StaticMeshActor_23", "status": "ok", "guid": "45B148DA46BBC7BB215730BF88692923", "aabb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "obb": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [209.72200409944074, 431.9801389266804, 132.06693530216666], "extent": [3.0933554172516153, 122.45590209960938, 11.807849884033203]}, "location": [209.7220009999992, 431.9801389266804, 132.06693911686392], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 0, 255]}, {"object_id": "StaticMeshActor_24", "status": "ok", "guid": "D87C204846CEC38F5906E0ADC8F625D0", "aabb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "obb": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327], "rotation": [0, 90.0850247527369, 0]}, "bounds": {"center": [183.80367267288224, 519.62237062197, 27.804956912994385], "extent": [26.068357512773076, 26.373997113445284, 27.81739568710327]}, "location": [183.80366599999982, 519.622368704717, 0], "rotation": [0, 90.0850247527369, 0], "scale": [1, 1, 1], "color": [127, 0, 255, 255]}, {"object_id": "StaticMeshActor_34", "status": "ok", "guid": "159C9CE941E82E227B834C81DAC478BF", "aabb": {"center": [113.58476727799331, -49.11442935564843, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.58476727799331, -49.11442935564844, 296.8994823492099], "extent": [100, 100, 3.100517511367798]}, "location": [113.58476727799331, -49.114429355648426, 299.9999998605777], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 0, 255]}, {"object_id": "StaticMeshActor_40", "status": "ok", "guid": "151C05D846886703956D67AF1D34E08A", "aabb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "obb": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 0, 150], "extent": [8.17586052417758, 150.00000000000003, 150]}, "location": [227.318113, 0, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 255, 255]}, {"object_id": "StaticMeshActor_41", "status": "ok", "guid": "47F1D2A94F58A13D6A9A2BB11ED6D2AE", "aabb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 0, 127, 255]}, {"object_id": "StaticMeshActor_42", "status": "ok", "guid": "0432AA23417D3EB3B8493B9C4B9D6123", "aabb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, 600, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, 600, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [127, 255, 127, 255]}, {"object_id": "StaticMeshActor_43", "status": "ok", "guid": "D19F05304548C53E621CFA9B7FC0AD0E", "aabb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 0, 255]}, {"object_id": "StaticMeshActor_44", "status": "ok", "guid": "675F142A45DC45B1E16F88B45420C1D7", "aabb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 255, 255]}, {"object_id": "StaticMeshActor_45", "status": "ok", "guid": "5384532343E8F0B1DE362DB7AE7604B5", "aabb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 127, 255]}, {"object_id": "StaticMeshActor_46", "status": "ok", "guid": "3D782B2D44AF8AC3FAD61D89BDDB0225", "aabb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 63, 255]}, {"object_id": "StaticMeshActor_47", "status": "ok", "guid": "6BDFD2F6464C78954983C3AAF14F338B", "aabb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 255, 63, 255]}, {"object_id": "StaticMeshActor_48", "status": "ok", "guid": "B05DB0CF4DA4FD4B086A9596AC5748AC", "aabb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 63, 255]}, {"object_id": "StaticMeshActor_49", "status": "ok", "guid": "B327A9FF49FA6F2F71F6B388AF82C021", "aabb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 63, 255]}, {"object_id": "StaticMeshActor_50", "status": "ok", "guid": "0797BB3B44B88D32B429FA9623F90697", "aabb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 63, 255]}, {"object_id": "StaticMeshActor_51", "status": "ok", "guid": "EFAAB44849D3460178BA7A9621CF2374", "aabb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 63, 255]}, {"object_id": "StaticMeshActor_52", "status": "ok", "guid": "445CB7554B025457A422D3974B4682DA", "aabb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -49.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -49.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 0, 63, 255]}, {"object_id": "StaticMeshActor_53", "status": "ok", "guid": "86C902394B951823728EEBA21F9AD1ED", "aabb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 150.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 150.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 63, 255]}, {"object_id": "StaticMeshActor_54", "status": "ok", "guid": "A083C0064D3C0F138A1AC8AC1EA927D0", "aabb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 350.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 350.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 63, 255]}, {"object_id": "StaticMeshActor_55", "status": "ok", "guid": "5A78FD37405326F90948E2A981E4F056", "aabb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 550.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 550.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 0, 255]}, {"object_id": "StaticMeshActor_56", "status": "ok", "guid": "062463BF4790D449892A00AAEB0E2437", "aabb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, 750.885571, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, 750.885571, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 255, 255]}, {"object_id": "StaticMeshActor_57", "status": "ok", "guid": "314252494EC82459585A92AE5F639971", "aabb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 710.0000001989663, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 709.9999999999991, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [0, 63, 127, 255]}, {"object_id": "StaticMeshActor_58", "status": "ok", "guid": "C8ABF720442E485A15A11B86F56C0BD5", "aabb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 410.000000198967, 150], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 409.9999999999998, 0], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 0, 255]}, {"object_id": "StaticMeshActor_59", "status": "ok", "guid": "388DB63F47DB5A3D2B17E5B09A41126E", "aabb": {"center": [-244.2508968068924, 110.00000019896721, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "obb": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150], "rotation": [0, -89.99999860565397, 0]}, "bounds": {"center": [-244.2508968068924, 110.00000019896723, 150.00000000100323], "extent": [8.175864174566925, 150.0000001989672, 150]}, "location": [-252.426759, 110, 1.0032437103291159e-09], "rotation": [0, -89.99999860565397, 0], "scale": [1, 1, 1], "color": [255, 63, 255, 255]}, {"object_id": "StaticMeshActor_60", "status": "ok", "guid": "D6F4AE9E4D0B2FDF1369BDBCC4A05267", "aabb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "obb": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [219.1422508068924, -300, 150], "extent": [8.17586052417758, 150, 150]}, "location": [227.318113, -300, 0], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 127, 255]}, {"object_id": "StaticMeshActor_61", "status": "ok", "guid": "677751A74ECD7A4F279C2998EFAE24E1", "aabb": {"center": [-244.2508968068924, -189.99999985730432, 149.9999997915628], "extent": [8.175863142171409, 150.00000014269568, 150]}, "obb": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -189.99999985730432, 149.99999979156283], "extent": [8.175863142171409, 150.00000014269568, 150]}, "location": [-252.426759, -190, -2.0843716441731885e-07], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 63, 0, 255]}, {"object_id": "StaticMeshActor_62", "status": "ok", "guid": "81735B8B4FF3AE7841F30FBA4592A384", "aabb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 255, 255]}, {"object_id": "StaticMeshActor_63", "status": "ok", "guid": "6853849448AE3629F143E1B4689D8868", "aabb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [113.584767, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [113.584767, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 127, 255]}, {"object_id": "StaticMeshActor_64", "status": "ok", "guid": "F78DADD6449E7EF10488D9A37983E6FA", "aabb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -249.11442899999997, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -249.11442899999997, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 63, 255]}, {"object_id": "StaticMeshActor_65", "status": "ok", "guid": "1566A37846D4CF364C3FC1A383395BDE", "aabb": {"center": [38.99299199999995, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.992991999999944, 174.15292, 287.8105597425742], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.992991999999944, 174.15292, 287.8105597425742], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [255, 63, 63, 255]}, {"object_id": "StaticMeshActor_66", "status": "ok", "guid": "EB88A21C4BB281CC72FA4A9FEA3552A7", "aabb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "obb": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385], "rotation": [0, 0, 0]}, "bounds": {"center": [111.2673538213084, -446.9863190651114, 149.99999487075615], "extent": [150.05663681030273, 150.00001907348633, 150.00000312924385]}, "location": [-38.67600936838886, -313.3380227089102, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 255, 255]}, {"object_id": "StaticMeshActor_69", "status": "ok", "guid": "B494397B4449C276A3F2E7847ED30055", "aabb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033056], "extent": [149.99999999999994, 9.85943603515625, 150]}, "obb": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [67.10204095329362, 754.5239074824219, 150.00000367033053], "extent": [149.99999999999994, 9.85943603515625, 150]}, "location": [67.10207147087175, 764.383313, 3.670330535967878e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [63, 255, 0, 255]}, {"object_id": "StaticMeshActor_73", "status": "ok", "guid": "FFD79E5F425A9CB9FC8A1281E2D93E59", "aabb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.105451721873663, 549.2286151436005, -0.5], "extent": [200, 200, 1.5]}, "location": [9.105451721873656, 549.2286151436005, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 255, 255, 255]}, {"object_id": "StaticMeshActor_74", "status": "ok", "guid": "36A74A6D46469184F4609BA97181AC31", "aabb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 0, 255]}, {"object_id": "StaticMeshActor_75", "status": "ok", "guid": "0C3F31EF4985259116EC0EBFE06138CF", "aabb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -250.77138471165927, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -250.77138471165927, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 255, 255]}, {"object_id": "StaticMeshActor_76", "status": "ok", "guid": "D7904251452E7CC09D38C092664734C0", "aabb": {"center": [38.99299199999984, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "obb": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [38.99299199999983, 426.369765, 287.8105636757556], "extent": [165.14514160156256, 92.32409667968756, 3.1251068115234375]}, "location": [38.99299199999983, 426.369765, 287.8105636757556], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 127, 127, 255]}, {"object_id": "StaticMeshActor_79", "status": "ok", "guid": "1F3C38F140C628964BDDE98FF7887CE1", "aabb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 174.15291998255094, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 174.15291998255094, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 0, 63, 255]}, {"object_id": "StaticMeshActor_80", "status": "ok", "guid": "57AEC94B49E2EA81B7776C8223933E13", "aabb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, -67.70676401744907, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, -67.70676401744907, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 255, 63, 255]}, {"object_id": "StaticMeshActor_81", "status": "ok", "guid": "05F48ED14936F86FB9551F8DEC3AB4E0", "aabb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "obb": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976]}, "bounds": {"center": [207.43044327723024, 426.36976498255046, 167.8367787853721], "extent": [5.637552032376732, 38.33219909667969, 4.273226441271618]}, "location": [207.43044707604054, 426.36976498255046, 167.8367784375856], "rotation": [5.9635400277440935e-15, 90.00000000000018, -5.230928387959976], "scale": [1, 1, 1], "color": [63, 127, 63, 255]}, {"object_id": "StaticMeshActor_83", "status": "ok", "guid": "639699244A1B82A239AF31BA167065D8", "aabb": {"center": [40.33863534927627, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "obb": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133], "rotation": [0, 180, 0]}, "bounds": {"center": [40.33863534927626, 748.4683040965372, 283.8532379613387], "extent": [116.02424926757806, 8.288507203586505, 6.899395854762133]}, "location": [40.338635349276274, 756.8014890351644, 283.8532379613387], "rotation": [0, 180, 0], "scale": [1.2, 1.2000000178813934, 1.2000000178813934], "color": [63, 63, 0, 255]}, {"object_id": "StaticMeshActor_85", "status": "ok", "guid": "058F44154C74F7571AA63CAF5A09C9B9", "aabb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "obb": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.59950651897864, 140.46533971518912, 134.38529326442745], "extent": [1.4196624755859375, 26.02629852294922, 35.49040222167969]}, "location": [-237.59949126018958, 140.46534734458365, 134.38529326442745], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 255, 255]}, {"object_id": "StaticMeshActor_86", "status": "ok", "guid": "C0C602884C62E742E0B7DE905A6D52A1", "aabb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "obb": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969], "rotation": [0, -90.00000000000001, 0]}, "bounds": {"center": [-237.69263588417886, 323.53534377240186, 134.38529672997353], "extent": [1.419586181640625, 26.02625274658203, 35.49040222167969]}, "location": [-237.69260536660073, 323.53534377240186, 134.38529672997353], "rotation": [0, -90.00000000000001, 0], "scale": [1, 1, 1], "color": [63, 63, 127, 255]}, {"object_id": "StaticMeshActor_87", "status": "ok", "guid": "86F0B42D4C37F62CFA250E9F19067344", "aabb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [112.71650895315341, -298.26576374121095, 153.20508161629516], "extent": [21.329345703125, 1.4196014404296875, 26.042850494384766]}, "location": [112.71650895315341, -298.265779, 153.20508161629516], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 63, 63, 255]}, {"object_id": "StaticMeshActor_88", "status": "ok", "guid": "018BC56E42CB634496B95AB572DEFE42", "aabb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "obb": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766], "rotation": [0, 0, 0]}, "bounds": {"center": [27.128235125414015, -298.265763741211, 153.20508262883837], "extent": [21.32935333251953, 1.4196014404296875, 26.042850494384766]}, "location": [27.128242754808547, -298.26577900000007, 153.20508262883837], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 0, 191, 255]}, {"object_id": "StaticMeshActor_89", "status": "ok", "guid": "44FB0190417A8EC1D09B9C94207DCF71", "aabb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "obb": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150], "rotation": [0, 180, 0]}, "bounds": {"center": [-232.89792900000003, 756.2074508068924, 150.000004], "extent": [149.99999999999994, 8.175860524177551, 150]}, "location": [-232.897929, 764.383313, 4e-06], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [0, 255, 191, 255]}, {"object_id": "StaticMeshActor_4", "status": "ok", "guid": "BBB4B77143AA1E05A3E7B9B6250963D4", "aabb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581258553984, 85.2321683085637, 165.00105268160905], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580877084257, 85.23210703498887, 43.50563222567642], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 127, 191, 255]}, {"object_id": "StaticMeshActor_7", "status": "ok", "guid": "034AD83A4053E02604FD16B59DCFA80B", "aabb": {"center": [106.07581281469731, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "obb": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613], "rotation": [0, 0, 0]}, "bounds": {"center": [106.07581281469733, 337.5558175337621, 165.0010539612942], "extent": [90.59160995483398, 4.2114832401275635, 121.47351264953613]}, "location": [106.07580900000006, 337.55575626018725, 43.50563350536158], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 63, 191, 255]}, {"object_id": "StaticMeshActor_11", "status": "ok", "guid": "AFECB8FB4B34BF62664495B43B7B0A2D", "aabb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.894548, 549.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.894548, 549.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 0, 191, 255]}, {"object_id": "StaticMeshActor_12", "status": "ok", "guid": "013FD5FC41B5F487DEEB72A3C6F7ADE3", "aabb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, 149.228615, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, 149.228615, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 255, 191, 255]}, {"object_id": "StaticMeshActor_14", "status": "ok", "guid": "5E67F20F4C648E7B213A25AC55EE4AC0", "aabb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -250.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [-390.23179400000004, -250.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [255, 127, 191, 255]}, {"object_id": "StaticMeshActor_17", "status": "ok", "guid": "E0A70CAB408887187E553F928108B1BD", "aabb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "obb": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182], "rotation": [0, 180, 0]}, "bounds": {"center": [42.67412262969445, 743.4843878694004, 141.25183540599699], "extent": [110.80628967285152, 3.782869815826416, 137.86169528961182]}, "location": [39.05948334746789, 743.4843873925632, 4.304875910452537], "rotation": [0, 180, 0], "scale": [1, 1, 1], "color": [255, 63, 191, 255]}, {"object_id": "StaticMeshActor_19", "status": "ok", "guid": "7C35850C445D772EAC0ABD9141ABCD50", "aabb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "obb": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150], "rotation": [0, -89.999999, 0]}, "bounds": {"center": [-244.2508968068924, -489.99999985730426, 150], "extent": [8.175863142171409, 150.0000001426957, 150]}, "location": [-252.426759, -490, 0], "rotation": [0, -89.999999, 0], "scale": [1, 1, 1], "color": [127, 0, 191, 255]}, {"object_id": "StaticMeshActor_25", "status": "ok", "guid": "9CF81E224297156C03A1058695F18AB8", "aabb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-286.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-286.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 255, 191, 255]}, {"object_id": "StaticMeshActor_26", "status": "ok", "guid": "141AADBA412B846EBBFB2497329C6E55", "aabb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "obb": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798], "rotation": [0, 0, 0]}, "bounds": {"center": [-86.415233, -449.114429, 296.8994824886322], "extent": [100, 100, 3.100517511367798]}, "location": [-86.415233, -449.114429, 300], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 127, 191, 255]}, {"object_id": "StaticMeshActor_27", "status": "ok", "guid": "A64F6D0946C506CFFD29548D7DA027CA", "aabb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "obb": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [9.768205999999992, -650.771385, -0.5], "extent": [200, 200, 1.5]}, "location": [9.768206, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [127, 63, 191, 255]}, {"object_id": "StaticMeshActor_28", "status": "ok", "guid": "A1FA90604DB66001953612830A913C3C", "aabb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "obb": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5], "rotation": [0, 0, 0]}, "bounds": {"center": [-390.23179400000004, -650.771385, -0.5], "extent": [200.00000000000003, 200, 1.5]}, "location": [-390.231794, -650.771385, -2], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 0, 191, 255]}, {"object_id": "StaticMeshActor_31", "status": "ok", "guid": "956AA56848827092F9AAF5B28C7D6B19", "aabb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "obb": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578], "rotation": [0, 0, 0]}, "bounds": {"center": [-137.5318290820299, -447.99999237060547, 274.4091366671211], "extent": [101.94068572998049, 148.9171371459961, 25.043781280517578]}, "location": [-137.5318290820299, -448, 274.4091366671211], "rotation": [0, 0, 0], "scale": [1.02, 1, 1], "color": [63, 255, 191, 255]}, {"object_id": "StaticMeshActor_33", "status": "ok", "guid": "2D30AA5B409FD10934DF76A0AA412153", "aabb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "obb": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150], "rotation": [0, 0, 0]}, "bounds": {"center": [-139.9385743697237, -605.1790725586974, 149.999998], "extent": [150, 10.13426399230957, 150]}, "location": [-139.9385743697237, -611.396531283673, -2e-06], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 127, 191, 255]}, {"object_id": "StaticMeshActor_37", "status": "ok", "guid": "86C3877B49252426D95A2E96F0965CD7", "aabb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "obb": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964], "rotation": [0, 0, 0]}, "bounds": {"center": [-134.72714968126132, -417.9431641236147, 248.64589534915336], "extent": [9.772247492993301, 9.826075862361279, 1.5905625171949964]}, "location": [-134.72714849155264, -417.9431641236147, 250.2219057796116], "rotation": [0, 0, 0], "scale": [1.2474999721162021, 1.2474999721162021, 1.2474999721162021], "color": [63, 63, 191, 255]}, {"object_id": "StaticMeshActor_68", "status": "ok", "guid": "700617894516C9CFB0038D8FEBC2E91E", "aabb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "obb": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004], "rotation": [0, 90.00000000000001, 0]}, "bounds": {"center": [168.20719616655876, 599.7929293576825, 40.19383620828853], "extent": [30.415904998779325, 29.229248046875, 40.195061563747004]}, "location": [168.20719998125603, 599.7929293576825, 4.644594127967139e-06], "rotation": [0, 90.00000000000001, 0], "scale": [1, 1, 1], "color": [0, 191, 255, 255]}, {"object_id": "StaticMeshActor_70", "status": "ok", "guid": "F6D2BC02483C7163975159AEB66619D9", "aabb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171923], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "obb": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004], "rotation": [0, -99.01593284957542, 0]}, "bounds": {"center": [-192.46538609544285, 695.754220984842, 40.19383324171924], "extent": [34.620600063759866, 33.63456445660927, 40.195061563747004]}, "location": [-192.46538986300877, 695.7542215826398, 1.6780248372790822e-06], "rotation": [0, -99.01593284957542, 0], "scale": [1, 1, 1], "color": [0, 191, 127, 255]}, {"object_id": "StaticMeshActor_71", "status": "ok", "guid": "5CD57F5F40403EDF64FD1A891863AF43", "aabb": {"center": [-192.46538618702493, 609.1562461763102, 40.19383168195702], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "obb": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004], "rotation": [0, -88.27830339387293, 0]}, "bounds": {"center": [-192.46538618702493, 609.1562461763102, 40.193831681957015], "extent": [31.280359399100917, 30.129890972523413, 40.195061563747004]}, "location": [-192.46539000000007, 609.1562460616985, 1.1826260998071083e-07], "rotation": [0, -88.27830339387293, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "HUD_0", "status": "ok", "guid": "E53C56C24F34FD6BD0744F864C145C61", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "ParticleEventManager_0", "status": "ok", "guid": "52FF655D4712E5943600F9BE2FE2D6B1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "UnrealcvWorldController_0", "status": "ok", "guid": "90331B604F0CDA8B7984EAA256ACDCEB", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "AbstractNavData-Default", "status": "ok", "guid": "0C169BA24B618206D7B0ECB1D7BEE729", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameNetworkManager_0", "status": "ok", "guid": "317CDF4148BB1DDEAF2C7592A6F954B1", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyLight_1", "status": "ok", "guid": "1CE85323458E121F923D16B2C9FC6120", "aabb": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "obb": {"center": [0, 0, 0], "extent": [1, 1, 1], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [1, 1, 1]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "WorldSettings_1", "status": "ok", "guid": "4B06AB7D460BBD7FA15EA28143F7B9A1", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "SkyAtmosphere_1", "status": "ok", "guid": "42E12EA3427447D0E64D3EAB05AF0FF2", "aabb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "obb": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [-8.320738742680419, 190.36863195244894, 255.07873991796424], "extent": [184, 128, 128]}, "location": [-64.32073874268042, 190.36863195244894, 255.07873991796424], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameSession_0", "status": "ok", "guid": "A7C7A9F247412AE663BB548B43A2E7F3", "aabb": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "obb": {"center": [0, 0, 0], "extent": [128, 128, 128], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [128, 128, 128]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "GameStateBase_0", "status": "ok", "guid": "151CFE30479984D3E258ADB9DF87B70A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "PlayerState_0", "status": "ok", "guid": "AC8A29604AB6881FA3081EA5E234BCD8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "DirectionalLight_1", "status": "ok", "guid": "6CAA12654FFC0AD6C1073FAB4209D80A", "aabb": {"center": [-65.92109001624472, 252.08357002725427, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "obb": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957]}, "bounds": {"center": [-65.9210900162447, 252.08357002725424, -112.45642883677374], "extent": [274.3646677826693, 384.402478367296, 374.0026355050321]}, "location": [0, 453.3711140828192, 100.00000081210538], "rotation": [-45.087684642405065, -108.13347215779605, 8.995420559616957], "scale": [2.5, 2.5, 2.5], "color": [0, 191, 63, 255]}, {"object_id": "SpotLight_1", "status": "ok", "guid": "6F0640C24D3E05C6304308B96AAD65AE", "aabb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "obb": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120], "rotation": [-90, 0, 0]}, "bounds": {"center": [-134.72714822228497, -417.9431639999983, 130.77034139542707], "extent": [80.00000000000003, 80, 120]}, "location": [-134.727148222285, -417.9431639999983, 250.77034139542707], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_3", "status": "ok", "guid": "B48F301C4312660F0251CC9FDD7ED470", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [205.82470756193496, -74.27119718834507, 163.45606663276715], "rotation": [-89.85869268793601, 90.00000000004127, -90.00000000004127], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_5", "status": "ok", "guid": "DAF0E782430104FA54F8A6AD35E2E55A", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.44718073800388, 179.99966676391625, 163.45606663276715], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "RectLight_6", "status": "ok", "guid": "CE468C5F48CB6459658E4CBF4215945F", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-90, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [204.7614677719238, 426.3697652882789, 163.45606648614373], "rotation": [-90, 0, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "BP_FirstPersonCameraManager_C_0", "status": "ok", "guid": "3201C4D94BBA73055AC26DA26FBD5A15", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [0, 191, 63, 255]}, {"object_id": "FusionCameraActor_0", "status": "ok", "guid": "6FEE75D54FEA1047C31BEEB7173686CA", "aabb": {"center": [-209, 339, 221], "extent": [1010, 1010, 1010]}, "obb": {"center": [-209, 339, 221], "extent": [1010, 1010, 1010], "rotation": [0, 59.99999999999999, 0]}, "bounds": {"center": [-209, 339, 221], "extent": [1010, 1010, 1010]}, "location": [-209, 339, 221], "rotation": [0, 59.99999999999999, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "BP_FirstPersonPlayerController_C_0", "status": "ok", "guid": "DC7F54A24194A7D5113DF893464716E5", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [-33.53966900000002, -82.77339804308136, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.53966900000002, -82.77339804308136, 0], "scale": [1, 1, 1], "color": [255, 191, 0, 255]}, {"object_id": "SpectatorPawn_1", "status": "ok", "guid": "43B48DE8497F41BE042F898BA86CAA07", "aabb": {"center": [-83.01113253451854, 549.0570611850185, 271.10959700000006], "extent": [1000, 1000, 1000]}, "obb": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000], "rotation": [0, -82.77339804308129, 0]}, "bounds": {"center": [-83.01113253451854, 549.0570611850184, 271.109597], "extent": [1000, 1000, 1000]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [0, -82.77339804308129, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PostProcessVolume_1", "status": "ok", "guid": "593439AC47C8A9673DDE639A342F22D6", "aabb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "obb": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968], "rotation": [0, 0, 0]}, "bounds": {"center": [-1.6218497933095932e-05, 20.07640201934737, 156.6805961777626], "extent": [502.0871162414551, 690.1563167572021, 270.9666967391968]}, "location": [-1.6218497933095932e-05, 20.076402019347398, 156.6805961777626], "rotation": [0, 0, 0], "scale": [5.020871162414551, 6.9015631675720215, 2.7096669673919678], "color": [63, 191, 191, 255]}, {"object_id": "BP_FirstPersonGameMode_C_0", "status": "ok", "guid": "159EA3464C8D422A84F0D186578D05B8", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "PlayerStartPIE_0", "status": "ok", "guid": "5480AE484513BA6D080FC1939C4C0ECF", "aabb": {"center": [-83.01113253451854, 486.87440079352734, 235.4677538306484], "extent": [128, 190.182660391491, 163.6418431693516]}, "obb": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15]}, "bounds": {"center": [-83.01113253451854, 486.87440079352734, 235.46775383064843], "extent": [128, 190.182660391491, 163.6418431693516]}, "location": [-83.01113253451852, 549.0570611850184, 271.109597], "rotation": [-33.539669000000025, -82.7733980430813, 3.81588647743367e-15], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}, {"object_id": "DefaultPhysicsVolume_0", "status": "ok", "guid": "3B07DCEE45CE2DCF2049649B104040E3", "aabb": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "obb": {"center": [0, 0, 0], "extent": [0, 0, 0], "rotation": [0, 0, 0]}, "bounds": {"center": [0, 0, 0], "extent": [0, 0, 0]}, "location": [0, 0, 0], "rotation": [0, 0, 0], "scale": [1, 1, 1], "color": [63, 191, 191, 255]}]}
|
zehan/Hospital/l116_r001/seenable_obj_dict.json
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"StaticMeshActor_22": [
|
| 3 |
+
255,
|
| 4 |
+
127,
|
| 5 |
+
127
|
| 6 |
+
],
|
| 7 |
+
"StaticMeshActor_23": [
|
| 8 |
+
127,
|
| 9 |
+
0,
|
| 10 |
+
0
|
| 11 |
+
],
|
| 12 |
+
"StaticMeshActor_24": [
|
| 13 |
+
127,
|
| 14 |
+
0,
|
| 15 |
+
255
|
| 16 |
+
],
|
| 17 |
+
"StaticMeshActor_42": [
|
| 18 |
+
127,
|
| 19 |
+
255,
|
| 20 |
+
127
|
| 21 |
+
],
|
| 22 |
+
"StaticMeshActor_44": [
|
| 23 |
+
127,
|
| 24 |
+
127,
|
| 25 |
+
255
|
| 26 |
+
],
|
| 27 |
+
"StaticMeshActor_45": [
|
| 28 |
+
127,
|
| 29 |
+
127,
|
| 30 |
+
127
|
| 31 |
+
],
|
| 32 |
+
"StaticMeshActor_48": [
|
| 33 |
+
0,
|
| 34 |
+
127,
|
| 35 |
+
63
|
| 36 |
+
],
|
| 37 |
+
"StaticMeshActor_49": [
|
| 38 |
+
255,
|
| 39 |
+
0,
|
| 40 |
+
63
|
| 41 |
+
],
|
| 42 |
+
"StaticMeshActor_50": [
|
| 43 |
+
255,
|
| 44 |
+
255,
|
| 45 |
+
63
|
| 46 |
+
],
|
| 47 |
+
"StaticMeshActor_51": [
|
| 48 |
+
255,
|
| 49 |
+
127,
|
| 50 |
+
63
|
| 51 |
+
],
|
| 52 |
+
"StaticMeshActor_55": [
|
| 53 |
+
0,
|
| 54 |
+
63,
|
| 55 |
+
0
|
| 56 |
+
],
|
| 57 |
+
"StaticMeshActor_56": [
|
| 58 |
+
0,
|
| 59 |
+
63,
|
| 60 |
+
255
|
| 61 |
+
],
|
| 62 |
+
"StaticMeshActor_57": [
|
| 63 |
+
0,
|
| 64 |
+
63,
|
| 65 |
+
127
|
| 66 |
+
],
|
| 67 |
+
"StaticMeshActor_58": [
|
| 68 |
+
255,
|
| 69 |
+
63,
|
| 70 |
+
0
|
| 71 |
+
],
|
| 72 |
+
"StaticMeshActor_69": [
|
| 73 |
+
63,
|
| 74 |
+
255,
|
| 75 |
+
0
|
| 76 |
+
],
|
| 77 |
+
"StaticMeshActor_73": [
|
| 78 |
+
63,
|
| 79 |
+
255,
|
| 80 |
+
255
|
| 81 |
+
],
|
| 82 |
+
"StaticMeshActor_76": [
|
| 83 |
+
63,
|
| 84 |
+
127,
|
| 85 |
+
127
|
| 86 |
+
],
|
| 87 |
+
"StaticMeshActor_81": [
|
| 88 |
+
63,
|
| 89 |
+
127,
|
| 90 |
+
63
|
| 91 |
+
],
|
| 92 |
+
"StaticMeshActor_83": [
|
| 93 |
+
63,
|
| 94 |
+
63,
|
| 95 |
+
0
|
| 96 |
+
],
|
| 97 |
+
"StaticMeshActor_89": [
|
| 98 |
+
0,
|
| 99 |
+
255,
|
| 100 |
+
191
|
| 101 |
+
],
|
| 102 |
+
"StaticMeshActor_17": [
|
| 103 |
+
255,
|
| 104 |
+
63,
|
| 105 |
+
191
|
| 106 |
+
],
|
| 107 |
+
"StaticMeshActor_68": [
|
| 108 |
+
0,
|
| 109 |
+
191,
|
| 110 |
+
255
|
| 111 |
+
],
|
| 112 |
+
"StaticMeshActor_70": [
|
| 113 |
+
0,
|
| 114 |
+
191,
|
| 115 |
+
127
|
| 116 |
+
]
|
| 117 |
+
}
|