-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDirectStorageSample.json
More file actions
82 lines (82 loc) · 2.17 KB
/
DirectStorageSample.json
File metadata and controls
82 lines (82 loc) · 2.17 KB
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
{
"globals": {
"CpuValidationLayerEnabled": false,
"GpuValidationLayerEnabled": false,
"width": 1920,
"height": 1080,
"vsync": false,
"stablePowerState": false,
"FreesyncHDROptionEnabled": false,
"fontsize": 14
},
"scenes": [
{
"name": "Sponza",
"directory": "..\\media\\cauldron-media\\sponza\\GLTF\\",
"filename": "sponza.gltf"
},
{
"name": "BoomBox",
"directory": "..\\media\\cauldron-media\\BoomBox\\GLTF\\",
"filename": "BoomBox.gltf"
},
{
"name": "CheckerPlane",
"directory": "..\\media\\Demo\\CheckerPlane\\",
"filename": "checkerplane.gltf"
},
{
"name": "CommandModule",
"directory": "..\\media\\Demo\\CM\\",
"filename": "cm_combined-render_ready.gltf"
},
{
"name": "SpaceShuttle",
"directory": "..\\media\\Demo\\SS\\",
"filename": "SShuttle.gltf"
},
{
"name": "X1",
"directory": "..\\media\\Demo\\X1\\",
"filename": "bell_x1.gltf"
}
],
"StreamingVolumes": [
{
"position": [ 0, 0, 0 ],
"radius": [ 500, 500, 500 ],
"sceneName": "CheckerPlane",
"sceneTransform": [ 0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0.5, 0, 0.1, -5, 0, 1 ]
},
{
"position": [ 0, 0, 0 ],
"radius": [ 1, 1, 1 ],
"sceneName": "CommandModule",
"sceneTransform": [ 0.01, 0, 0, 0, 0, 0.01, 0, 0, 0, 0, 0.01, 0, 0, 0, -20, 1 ]
},
{
"position": [ 5, 0, 0 ],
"radius": [ 1, 1, 1 ],
"sceneName": "BoomBox",
"sceneTransform": [ 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 10, 1, -10, 1 ]
},
{
"position": [ 10, 0, 0 ],
"radius": [ 1, 1, 1 ],
"sceneName": "CommandModule",
"sceneTransform": [ 0.01, 0, 0, 0, 0, 0.01, 0, 0, 0, 0, 0.01, 0, 15, 1, -10, 1 ]
},
{
"position": [ 15, 0, 0 ],
"radius": [ 1, 1, 1 ],
"sceneName": "SpaceShuttle",
"sceneTransform": [ 0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0.1, 0, 20, 1, -20, 1 ]
},
{
"position": [ 20, 0, 0 ],
"radius": [ 1, 1, 1 ],
"sceneName": "X1",
"sceneTransform": [ 0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0.1, 0, 25, 1, -20, 1 ]
}
]
}