Created
September 4, 2017 06:28
-
-
Save scurest/dbf984eb83ec0c17ef152bb9d7324b26 to your computer and use it in GitHub Desktop.
Same as Triangle.gltf, but with a duplicate mesh.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scenes" : [ | |
{ | |
"nodes" : [ 0 ] | |
} | |
], | |
"nodes" : [ | |
{ | |
"mesh" : 0 | |
} | |
], | |
"meshes" : [ | |
{ | |
"primitives" : [ { | |
"attributes" : { | |
"POSITION" : 1 | |
}, | |
"indices" : 0 | |
} ] | |
}, | |
{ | |
"primitives" : [ { | |
"attributes" : { | |
"POSITION" : 1 | |
}, | |
"indices" : 0 | |
} ] | |
} | |
], | |
"buffers" : [ | |
{ | |
"uri" : "data:application/octet-stream;base64,AAABAAIAAAAAAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAA=", | |
"byteLength" : 44 | |
} | |
], | |
"bufferViews" : [ | |
{ | |
"buffer" : 0, | |
"byteOffset" : 0, | |
"byteLength" : 6, | |
"target" : 34963 | |
}, | |
{ | |
"buffer" : 0, | |
"byteOffset" : 8, | |
"byteLength" : 36, | |
"target" : 34962 | |
} | |
], | |
"accessors" : [ | |
{ | |
"bufferView" : 0, | |
"byteOffset" : 0, | |
"componentType" : 5123, | |
"count" : 3, | |
"type" : "SCALAR", | |
"max" : [ 2 ], | |
"min" : [ 0 ] | |
}, | |
{ | |
"bufferView" : 1, | |
"byteOffset" : 0, | |
"componentType" : 5126, | |
"count" : 3, | |
"type" : "VEC3", | |
"max" : [ 1.0, 1.0, 0.0 ], | |
"min" : [ 0.0, 0.0, 0.0 ] | |
} | |
], | |
"asset" : { | |
"version" : "2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment