thomwolf HF Staff commited on
Commit
b8c2bea
·
1 Parent(s): 2a8c5d7
.DS_Store ADDED
Binary file (6.15 kB). View file
 
README 2.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TriangleWithoutIndices
2
+
3
+ ## Screenshot
4
+
5
+ ![screenshot](screenshot/screenshot.png)
6
+
7
+ ## License Information
8
+
9
+ Public domain ([CC0](https://creativecommons.org/publicdomain/zero/1.0/))
10
+
11
+ ## Data layout
12
+
13
+ The following image shows the data layout of this sample:
14
+
15
+ ![triangleWithoutIndices](screenshot/triangleWithoutIndices.png)
glTF-Embedded/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
+ }
glTF/TriangleWithoutIndices.gltf ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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" : "triangleWithoutIndices.bin",
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
+ }
55
+
glTF/triangleWithoutIndices.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8b87038ed2ace74ed183166f6b0a541eab77f7184d50e65edc4bca5ccb5445a
3
+ size 36
screenshot/screenshot.png ADDED
screenshot/triangleWithoutIndices.png ADDED