-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchen.scene.json
105 lines (103 loc) · 2.51 KB
/
kitchen.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"models": [
"kitchen/kitchen.gltf",
"glass-liquid-ice/glass-liquid-ice.gltf",
"plant_free_pothos_potted/scene.gltf",
"plant_pot_ivy/scene.gltf",
"mech_drone/scene.gltf"
],
"graph": [
{
"name": "Kitchen",
"model": 0
},
{
"name": "GlassLiquidIce",
"model": 1,
"translation": [ -0.1, 0.91, -1.5 ],
"scaling": 0.05,
"rotation": [ 0, -0.7071068, 0, -0.7071068 ]
},
{
"name": "Plant",
"model": 2,
"translation": [ -2.118954, 0, 2.726503 ],
"scaling": 0.7
},
{
"name": "PlantPotIvy_0",
"model": 3,
"translation": [ -2.34, 0.99, 1.74 ],
"rotation": [ 0, -0.7071068, 0, -0.7071068 ]
},
{
"name": "PlantPotIvy_1",
"model": 3,
"translation": [ -2.14, 0.99, 2.04 ],
"rotation": [ -0.7071068, 0, 0.7071068 ]
},
{
"name": "PlantPotIvy_2",
"model": 3,
"translation": [ -1.94, 0.99, 1.74 ],
"rotation": [ 0, 0.7071068, 0, -0.7071068 ]
},
{
"name": "MechDrone",
"model": 4,
"translation": [ -0.22, 0.85, -2.61 ],
"scaling": 0.6,
"rotation": [ 0, 1, 0, 0 ]
},
{
"name": "MechDroneInMicrowave",
"model": 4,
"translation": [ -2.1, 1.03, -2.0 ],
"rotation": [ 0, 0.7071068, 0, -0.7071068 ],
"scaling": 0.4
},
{
"name": "Lights",
"children": [
{
"name": "Sky",
"type": "EnvironmentLight",
"radianceScale": [ 1, 1, 1 ],
"textureIndex": [ 0 ],
"rotation": [ 0 ],
"path": "EnvironmentMaps/simons_town_rocks_4k_cube_bc6u.dds"
}
]
},
{
"name": "Cameras",
"children": [
{
"name": "Default",
"type": "PerspectiveCameraEx",
"translation": [ 1.211005, 1.804751, 3.852390 ],
"rotation": [ -0.020305, 0.224962, 0.004690, 0.974145 ],
"verticalFov": 0.628029,
"zNear": 0.010000,
"enableAutoExposure": true,
"exposureCompensation": 1.5,
"exposureValueMin": -4.0,
"exposureValueMax": 5.0,
"exposureValue" : -2.0
}
]
},
{
"name": "SampleSettings",
"type": "SampleSettings",
"realtimeMode": true,
"enableAnimations": true,
"enableReSTIRDI": false,
"enableReSTIRGI": true,
"realtimeFireflyFilter": 0.05,
"maxBounces": 15,
"realtimeMaxDiffuseBounces": 3,
"referenceMaxDiffuseBounces": 6
}
]
}