2022-04-23 07:55:31 +05:30

71 lines
1.3 KiB
JSON

{
"sceneId": 1001,
"roomList": [
{
"name": "room_global",
"reverbAuxBus": {
"text": "aux_scene_dungeon_default"
},
"wallOcclusion": 0.7,
"keepRegister": true
},
{
"name": "room_normal",
"reverbAuxBus": {
"text": "aux_scene_dungeon_open_huge"
},
"wallOcclusion": 0.2,
"keepRegister": true,
"boxRoomTriggers": [
{
"position": {
"x": -9.0,
"y": 1.0,
"z": 4.0
},
"size": {
"x": 12.0,
"y": 2.0,
"z": 5.0
}
}
]
}
],
"portalList": [
{
"name": "portal_1",
"position": {
"x": -9.0,
"y": 1.0,
"z": -1.0
},
"size": {
"x": 1.5,
"y": 1.0,
"z": 3.0
},
"frontRoomName": "room_normal",
"backRoomName": "room_global"
},
{
"name": "portal_2",
"position": {
"x": -16.0,
"y": 1.0,
"z": 4.0
},
"rotation": {
"y": 90.0
},
"size": {
"x": 3.0,
"y": 2.0,
"z": 6.0
},
"frontRoomName": "room_normal",
"backRoomName": "room_global"
}
],
"globalRoom": "room_global"
}