-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliving-room.scene.json
50 lines (48 loc) · 1.08 KB
/
living-room.scene.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"models": [
"living_room/living_room.gltf",
],
"graph": [
{
"name": "LivingRoom",
"model": 0
},
{
"name": "Lights",
"children": [
{
"name": "Sky",
"type": "EnvironmentLight",
"radianceScale": [ 1, 1, 1 ],
"textureIndex": [ 0 ],
"rotation": [ 0 ],
"path": "EnvironmentMaps/lilienstein_4k_cube_bc6u.dds"
}
]
},
{
"name": "Cameras",
"children": [
{
"name": "Default",
"type": "PerspectiveCameraEx",
"translation": [ 1.710990, 2.385153, 7.954201 ],
"rotation": [ -0.105679, 0.120604, 0.012918, 0.986975 ],
"verticalFov": 0.7,
"zNear": 0.010000,
"enableAutoExposure": true,
"exposureCompensation": 2.200000,
"exposureValue": -2.0
}
]
},
{
"name": "SampleSettings",
"type": "SampleSettings",
"realtimeMode": true,
"enableAnimations": true,
"enableReSTIRDI": false,
"enableReSTIRGI": true
}
]
}