forked from LudwigFriedmann/OpenMATERIAL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcube_aluminium.gltf
130 lines (130 loc) · 3.16 KB
/
cube_aluminium.gltf
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, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)",
"version" : "2.0",
"extensions": {
"OpenMaterial_asset_info": {
"asset_type": "geometry",
"id": "7aa7d4fc8878436fb992e8b51dfcb875",
"title": "aluminium cube",
"asset_version": "1",
"asset_variation": "1",
"creator": "Bayerische Motoren Werke Aktiengesellschaft (BMW AG)",
"description": "cube with aluminium as material",
"creation_date": "2019.04.03. 11:04:00"
}
}
},
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
0
]
}
],
"nodes" : [
{
"name" : "Cube",
"mesh" : 0
}
],
"materials" : [
{
"name" : "aluminum",
"extensions": {
"OpenMaterial_reference_link": {
"id": "fe7d707050e545f19f2658ecacb6ac5e",
"title": "aluminium",
"uri": "../materials/aluminium.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"
]
}