Spaces:
Running
Running
Upload 4 files
Browse files- Box.glb +0 -0
- Box.gltf +142 -0
- Triangle.gltf +70 -0
- TriangleWithoutIndices.gltf +54 -0
Box.glb
ADDED
Binary file (1.66 kB). View file
|
|
Box.gltf
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"asset": {
|
3 |
+
"generator": "COLLADA2GLTF",
|
4 |
+
"version": "2.0"
|
5 |
+
},
|
6 |
+
"scene": 0,
|
7 |
+
"scenes": [
|
8 |
+
{
|
9 |
+
"nodes": [
|
10 |
+
0
|
11 |
+
]
|
12 |
+
}
|
13 |
+
],
|
14 |
+
"nodes": [
|
15 |
+
{
|
16 |
+
"children": [
|
17 |
+
1
|
18 |
+
],
|
19 |
+
"matrix": [
|
20 |
+
1.0,
|
21 |
+
0.0,
|
22 |
+
0.0,
|
23 |
+
0.0,
|
24 |
+
0.0,
|
25 |
+
0.0,
|
26 |
+
-1.0,
|
27 |
+
0.0,
|
28 |
+
0.0,
|
29 |
+
1.0,
|
30 |
+
0.0,
|
31 |
+
0.0,
|
32 |
+
0.0,
|
33 |
+
0.0,
|
34 |
+
0.0,
|
35 |
+
1.0
|
36 |
+
]
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"mesh": 0
|
40 |
+
}
|
41 |
+
],
|
42 |
+
"meshes": [
|
43 |
+
{
|
44 |
+
"primitives": [
|
45 |
+
{
|
46 |
+
"attributes": {
|
47 |
+
"NORMAL": 1,
|
48 |
+
"POSITION": 2
|
49 |
+
},
|
50 |
+
"indices": 0,
|
51 |
+
"mode": 4,
|
52 |
+
"material": 0
|
53 |
+
}
|
54 |
+
],
|
55 |
+
"name": "Mesh"
|
56 |
+
}
|
57 |
+
],
|
58 |
+
"accessors": [
|
59 |
+
{
|
60 |
+
"bufferView": 0,
|
61 |
+
"byteOffset": 0,
|
62 |
+
"componentType": 5123,
|
63 |
+
"count": 36,
|
64 |
+
"max": [
|
65 |
+
23
|
66 |
+
],
|
67 |
+
"min": [
|
68 |
+
0
|
69 |
+
],
|
70 |
+
"type": "SCALAR"
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"bufferView": 1,
|
74 |
+
"byteOffset": 0,
|
75 |
+
"componentType": 5126,
|
76 |
+
"count": 24,
|
77 |
+
"max": [
|
78 |
+
1.0,
|
79 |
+
1.0,
|
80 |
+
1.0
|
81 |
+
],
|
82 |
+
"min": [
|
83 |
+
-1.0,
|
84 |
+
-1.0,
|
85 |
+
-1.0
|
86 |
+
],
|
87 |
+
"type": "VEC3"
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"bufferView": 1,
|
91 |
+
"byteOffset": 288,
|
92 |
+
"componentType": 5126,
|
93 |
+
"count": 24,
|
94 |
+
"max": [
|
95 |
+
0.5,
|
96 |
+
0.5,
|
97 |
+
0.5
|
98 |
+
],
|
99 |
+
"min": [
|
100 |
+
-0.5,
|
101 |
+
-0.5,
|
102 |
+
-0.5
|
103 |
+
],
|
104 |
+
"type": "VEC3"
|
105 |
+
}
|
106 |
+
],
|
107 |
+
"materials": [
|
108 |
+
{
|
109 |
+
"pbrMetallicRoughness": {
|
110 |
+
"baseColorFactor": [
|
111 |
+
0.800000011920929,
|
112 |
+
0.0,
|
113 |
+
0.0,
|
114 |
+
1.0
|
115 |
+
],
|
116 |
+
"metallicFactor": 0.0
|
117 |
+
},
|
118 |
+
"name": "Red"
|
119 |
+
}
|
120 |
+
],
|
121 |
+
"bufferViews": [
|
122 |
+
{
|
123 |
+
"buffer": 0,
|
124 |
+
"byteOffset": 576,
|
125 |
+
"byteLength": 72,
|
126 |
+
"target": 34963
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"buffer": 0,
|
130 |
+
"byteOffset": 0,
|
131 |
+
"byteLength": 576,
|
132 |
+
"byteStride": 12,
|
133 |
+
"target": 34962
|
134 |
+
}
|
135 |
+
],
|
136 |
+
"buffers": [
|
137 |
+
{
|
138 |
+
"byteLength": 648,
|
139 |
+
"uri": "data:application/octet-stream;base64,AAAAAAAAAAAAAIA/AAAAAAAAAAAAAIA/AAAAAAAAAAAAAIA/AAAAAAAAAAAAAIA/AAAAAAAAgL8AAAAAAAAAAAAAgL8AAAAAAAAAAAAAgL8AAAAAAAAAAAAAgL8AAAAAAACAPwAAAAAAAAAAAACAPwAAAAAAAAAAAACAPwAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAAAAAgD8AAAAAAAAAAAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAAAAAAAAAAAAAAIC/AAAAAAAAAAAAAIC/AAAAAAAAAAAAAIC/AAAAAAAAAAAAAIC/AAAAvwAAAL8AAAA/AAAAPwAAAL8AAAA/AAAAvwAAAD8AAAA/AAAAPwAAAD8AAAA/AAAAPwAAAL8AAAA/AAAAvwAAAL8AAAA/AAAAPwAAAL8AAAC/AAAAvwAAAL8AAAC/AAAAPwAAAD8AAAA/AAAAPwAAAL8AAAA/AAAAPwAAAD8AAAC/AAAAPwAAAL8AAAC/AAAAvwAAAD8AAAA/AAAAPwAAAD8AAAA/AAAAvwAAAD8AAAC/AAAAPwAAAD8AAAC/AAAAvwAAAL8AAAA/AAAAvwAAAD8AAAA/AAAAvwAAAL8AAAC/AAAAvwAAAD8AAAC/AAAAvwAAAL8AAAC/AAAAvwAAAD8AAAC/AAAAPwAAAL8AAAC/AAAAPwAAAD8AAAC/AAABAAIAAwACAAEABAAFAAYABwAGAAUACAAJAAoACwAKAAkADAANAA4ADwAOAA0AEAARABIAEwASABEAFAAVABYAFwAWABUA"
|
140 |
+
}
|
141 |
+
]
|
142 |
+
}
|
Triangle.gltf
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"scene" : 0,
|
3 |
+
"scenes" : [
|
4 |
+
{
|
5 |
+
"nodes" : [ 0 ]
|
6 |
+
}
|
7 |
+
],
|
8 |
+
|
9 |
+
"nodes" : [
|
10 |
+
{
|
11 |
+
"mesh" : 0
|
12 |
+
}
|
13 |
+
],
|
14 |
+
|
15 |
+
"meshes" : [
|
16 |
+
{
|
17 |
+
"primitives" : [ {
|
18 |
+
"attributes" : {
|
19 |
+
"POSITION" : 1
|
20 |
+
},
|
21 |
+
"indices" : 0
|
22 |
+
} ]
|
23 |
+
}
|
24 |
+
],
|
25 |
+
|
26 |
+
"buffers" : [
|
27 |
+
{
|
28 |
+
"uri" : "data:application/octet-stream;base64,AAABAAIAAAAAAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAA=",
|
29 |
+
"byteLength" : 44
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"bufferViews" : [
|
33 |
+
{
|
34 |
+
"buffer" : 0,
|
35 |
+
"byteOffset" : 0,
|
36 |
+
"byteLength" : 6,
|
37 |
+
"target" : 34963
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"buffer" : 0,
|
41 |
+
"byteOffset" : 8,
|
42 |
+
"byteLength" : 36,
|
43 |
+
"target" : 34962
|
44 |
+
}
|
45 |
+
],
|
46 |
+
"accessors" : [
|
47 |
+
{
|
48 |
+
"bufferView" : 0,
|
49 |
+
"byteOffset" : 0,
|
50 |
+
"componentType" : 5123,
|
51 |
+
"count" : 3,
|
52 |
+
"type" : "SCALAR",
|
53 |
+
"max" : [ 2 ],
|
54 |
+
"min" : [ 0 ]
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"bufferView" : 1,
|
58 |
+
"byteOffset" : 0,
|
59 |
+
"componentType" : 5126,
|
60 |
+
"count" : 3,
|
61 |
+
"type" : "VEC3",
|
62 |
+
"max" : [ 1.0, 1.0, 0.0 ],
|
63 |
+
"min" : [ 0.0, 0.0, 0.0 ]
|
64 |
+
}
|
65 |
+
],
|
66 |
+
|
67 |
+
"asset" : {
|
68 |
+
"version" : "2.0"
|
69 |
+
}
|
70 |
+
}
|
TriangleWithoutIndices.gltf
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"scene" : 0,
|
3 |
+
"scenes" : [
|
4 |
+
{
|
5 |
+
"nodes" : [ 0 ]
|
6 |
+
}
|
7 |
+
],
|
8 |
+
|
9 |
+
"nodes" : [
|
10 |
+
{
|
11 |
+
"mesh" : 0
|
12 |
+
}
|
13 |
+
],
|
14 |
+
|
15 |
+
"meshes" : [
|
16 |
+
{
|
17 |
+
"primitives" : [ {
|
18 |
+
"attributes" : {
|
19 |
+
"POSITION" : 0
|
20 |
+
}
|
21 |
+
} ]
|
22 |
+
}
|
23 |
+
],
|
24 |
+
|
25 |
+
"buffers" : [
|
26 |
+
{
|
27 |
+
"uri" : "data:application/octet-stream;base64,AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAA",
|
28 |
+
"byteLength" : 36
|
29 |
+
}
|
30 |
+
],
|
31 |
+
"bufferViews" : [
|
32 |
+
{
|
33 |
+
"buffer" : 0,
|
34 |
+
"byteOffset" : 0,
|
35 |
+
"byteLength" : 36,
|
36 |
+
"target" : 34962
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"accessors" : [
|
40 |
+
{
|
41 |
+
"bufferView" : 0,
|
42 |
+
"byteOffset" : 0,
|
43 |
+
"componentType" : 5126,
|
44 |
+
"count" : 3,
|
45 |
+
"type" : "VEC3",
|
46 |
+
"max" : [ 1.0, 1.0, 0.0 ],
|
47 |
+
"min" : [ 0.0, 0.0, 0.0 ]
|
48 |
+
}
|
49 |
+
],
|
50 |
+
|
51 |
+
"asset" : {
|
52 |
+
"version" : "2.0"
|
53 |
+
}
|
54 |
+
}
|