-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene.json
More file actions
84 lines (84 loc) · 1.78 KB
/
scene.json
File metadata and controls
84 lines (84 loc) · 1.78 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
83
84
{
"light": {
"color": [
1.0,
1.0,
0.563725471496582
],
"intensity": 1.0,
"rot": [
-45.0,
46.0,
0.0
]
},
"objects": [
{
"isTrans": false,
"name": "Ground",
"opacity": 1.0,
"pos": [
0.0,
-3.0,
0.0
],
"rot": [
0.0,
0.0,
0.0
],
"scale": [
50.0,
1.0,
50.0
],
"tex": "images/test_texture_1.png",
"type": 3
},
{
"isTrans": true,
"name": "Cube",
"opacity": 0.38499999046325684,
"pos": [
-1.600000023841858,
-1.2999999523162842,
0.0
],
"rot": [
0.0,
0.0,
0.0
],
"scale": [
1.0,
1.0,
1.0
],
"tex": "images/test_texture_1.png",
"type": 0
},
{
"isTrans": false,
"modelPath": "models/Cottage.fbx",
"name": "Cottage.fbx",
"opacity": 1.0,
"pos": [
3.4679999351501465,
0.38999998569488525,
-10.300999641418457
],
"rot": [
-81.0,
0.0,
0.0
],
"scale": [
1.0,
1.0,
1.0
],
"tex": "images/Cottage_albedo.png",
"type": 4
}
]
}