Created
March 3, 2020 02:39
-
-
Save 0b5vr/6d518a2bbb158848337871fe269ae9d2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "scene" : 0, | |
| "scenes" : [ { | |
| "nodes" : [ 0 ] | |
| } ], | |
| "nodes" : [ { | |
| "mesh" : 0 | |
| } ], | |
| "meshes" : [ { | |
| "primitives" : [ { | |
| "attributes" : { | |
| "POSITION" : 1 | |
| }, | |
| "targets" : [ { | |
| "POSITION" : 2 | |
| } ], | |
| "indices" : 0 | |
| } ] | |
| } ], | |
| "buffers" : [ { | |
| "uri" : "data:application/gltf-buffer;base64,AAAIAAcAAAABAAgAAQAJAAgAAQACAAkAAgAKAAkAAgADAAoAAwALAAoAAwAEAAsABAAMAAsABAAFAAwABQANAAwABQAGAA0AAAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAQAAAAAAAAAAAAABAQAAAAAAAAAAAAACAQAAAAAAAAAAAAACgQAAAAAAAAAAAAADAQAAAAAAAAAAAAAAAAAAAgD8AAAAAAACAPwAAgD8AAAAAAAAAQAAAgD8AAAAAAABAQAAAgD8AAAAAAACAQAAAgD8AAAAAAACgQAAAgD8AAAAAAADAQAAAgD8AAAAACAAKAAwAAAAAAAAAAAAAQAAAAAAAAAAAAABAQAAAAAAAAAAAAACAQAAAAAA=", | |
| "byteLength" : 284 | |
| } ], | |
| "bufferViews" : [ { | |
| "buffer" : 0, | |
| "byteOffset" : 0, | |
| "byteLength" : 72, | |
| "target" : 34963 | |
| }, { | |
| "buffer" : 0, | |
| "byteOffset" : 72, | |
| "byteLength" : 168 | |
| }, { | |
| "buffer" : 0, | |
| "byteOffset" : 240, | |
| "byteLength" : 6 | |
| }, { | |
| "buffer" : 0, | |
| "byteOffset" : 248, | |
| "byteLength" : 36 | |
| } ], | |
| "accessors" : [ { | |
| "bufferView" : 0, | |
| "byteOffset" : 0, | |
| "componentType" : 5123, | |
| "count" : 36, | |
| "type" : "SCALAR", | |
| "max" : [ 13 ], | |
| "min" : [ 0 ] | |
| }, { | |
| "bufferView" : 1, | |
| "byteOffset" : 0, | |
| "componentType" : 5126, | |
| "count" : 14, | |
| "type" : "VEC3", | |
| "max" : [ 6.0, 1.0, 0.0 ], | |
| "min" : [ 0.0, 0.0, 0.0 ] | |
| }, { | |
| "componentType" : 5126, | |
| "count" : 14, | |
| "type" : "VEC3", | |
| "max" : [ 0.0, 4.0, 0.0 ], | |
| "min" : [ 0.0, 0.0, 0.0 ], | |
| "sparse" : { | |
| "count" : 3, | |
| "indices" : { | |
| "bufferView" : 2, | |
| "byteOffset" : 0, | |
| "componentType" : 5123 | |
| }, | |
| "values" : { | |
| "bufferView" : 3, | |
| "byteOffset" : 0 | |
| } | |
| } | |
| } ], | |
| "asset" : { | |
| "version" : "2.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment