-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcube_gold.gltf
More file actions
130 lines (130 loc) · 3.14 KB
/
cube_gold.gltf
File metadata and controls
130 lines (130 loc) · 3.14 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"asset" : {
"generator" : "Khronos Blender glTF 2.0 I/O",
"copyright" : "(C) 2019-2023, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)",
"version" : "2.0",
"extensions": {
"OpenMaterial_asset_info": {
"asset_type": "geometry",
"id": "7f335786837411e98b0c179cd2186615",
"title": "Gold cube",
"asset_version": "1",
"asset_variation": "1",
"creator": "Bayerische Motoren Werke Aktiengesellschaft (BMW AG)",
"description": "Cube with gold as material",
"creation_date": "2019.04.13. 10:14:00"
}
}
},
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
0
]
}
],
"nodes" : [
{
"name" : "Cube",
"mesh" : 0
}
],
"materials" : [
{
"name" : "gold",
"extensions": {
"OpenMaterial_reference_link": {
"id": "14a26d5676f611e9bce963d67eb64759",
"title": "gold",
"uri": "../materials/gold.gltf"
}
}
}
],
"meshes" : [
{
"name" : "Cube",
"primitives" : [
{
"attributes" : {
"NORMAL" : 0,
"POSITION" : 1,
"COLOR_0" : 2
},
"material" : 0,
"indices" : 3
}
]
}
],
"accessors" : [
{
"type" : "VEC3",
"componentType" : 5126,
"count" : 32,
"bufferView" : 0
},
{
"componentType" : 5126,
"count" : 32,
"max" : [
1.0000004768371582,
1,
1.0000005960464478
],
"bufferView" : 1,
"type" : "VEC3",
"min" : [
-1.0000003576278687,
-1,
-1.0000003576278687
]
},
{
"type" : "VEC4",
"componentType" : 5126,
"count" : 32,
"bufferView" : 2
},
{
"type" : "SCALAR",
"componentType" : 5123,
"count" : 36,
"bufferView" : 3
}
],
"bufferViews" : [
{
"byteLength" : 384,
"buffer" : 0,
"byteOffset" : 0
},
{
"byteLength" : 384,
"buffer" : 0,
"byteOffset" : 384
},
{
"byteLength" : 512,
"buffer" : 0,
"byteOffset" : 768
},
{
"byteLength" : 72,
"buffer" : 0,
"byteOffset" : 1280
}
],
"buffers" : [
{
"byteLength" : 1352,
"uri" : "data/cube.bin"
}
],
"extensionsUsed": [
"OpenMaterial_asset_info",
"OpenMaterial_reference_link"
]
}