3 changed files with 136 additions and 0 deletions
Binary file not shown.
Binary file not shown.
@ -0,0 +1,133 @@
|
||||
{ |
||||
"asset" : { |
||||
"generator" : "Khronos glTF Blender I/O v1.6.16", |
||||
"version" : "2.0" |
||||
}, |
||||
"scene" : 0, |
||||
"scenes" : [ |
||||
{ |
||||
"name" : "Scene", |
||||
"nodes" : [ |
||||
0 |
||||
] |
||||
} |
||||
], |
||||
"nodes" : [ |
||||
{ |
||||
"mesh" : 0, |
||||
"name" : "Icosphere" |
||||
} |
||||
], |
||||
"materials" : [ |
||||
{ |
||||
"doubleSided" : true, |
||||
"name" : "Material.001", |
||||
"pbrMetallicRoughness" : { |
||||
"baseColorTexture" : { |
||||
"index" : 0 |
||||
}, |
||||
"metallicFactor" : 0, |
||||
"roughnessFactor" : 0.5 |
||||
} |
||||
} |
||||
], |
||||
"meshes" : [ |
||||
{ |
||||
"name" : "Icosphere", |
||||
"primitives" : [ |
||||
{ |
||||
"attributes" : { |
||||
"POSITION" : 0, |
||||
"NORMAL" : 1, |
||||
"TEXCOORD_0" : 2 |
||||
}, |
||||
"indices" : 3, |
||||
"material" : 0 |
||||
} |
||||
] |
||||
} |
||||
], |
||||
"textures" : [ |
||||
{ |
||||
"sampler" : 0, |
||||
"source" : 0 |
||||
} |
||||
], |
||||
"images" : [ |
||||
{ |
||||
"mimeType" : "image/png", |
||||
"name" : "Color Palette 140", |
||||
"uri" : "Color%20Palette%20140.png" |
||||
} |
||||
], |
||||
"accessors" : [ |
||||
{ |
||||
"bufferView" : 0, |
||||
"componentType" : 5126, |
||||
"count" : 960, |
||||
"max" : [ |
||||
1, |
||||
1, |
||||
0.9999999403953552 |
||||
], |
||||
"min" : [ |
||||
-0.9999999403953552, |
||||
-1, |
||||
-0.9999999403953552 |
||||
], |
||||
"type" : "VEC3" |
||||
}, |
||||
{ |
||||
"bufferView" : 1, |
||||
"componentType" : 5126, |
||||
"count" : 960, |
||||
"type" : "VEC3" |
||||
}, |
||||
{ |
||||
"bufferView" : 2, |
||||
"componentType" : 5126, |
||||
"count" : 960, |
||||
"type" : "VEC2" |
||||
}, |
||||
{ |
||||
"bufferView" : 3, |
||||
"componentType" : 5123, |
||||
"count" : 960, |
||||
"type" : "SCALAR" |
||||
} |
||||
], |
||||
"bufferViews" : [ |
||||
{ |
||||
"buffer" : 0, |
||||
"byteLength" : 11520, |
||||
"byteOffset" : 0 |
||||
}, |
||||
{ |
||||
"buffer" : 0, |
||||
"byteLength" : 11520, |
||||
"byteOffset" : 11520 |
||||
}, |
||||
{ |
||||
"buffer" : 0, |
||||
"byteLength" : 7680, |
||||
"byteOffset" : 23040 |
||||
}, |
||||
{ |
||||
"buffer" : 0, |
||||
"byteLength" : 1920, |
||||
"byteOffset" : 30720 |
||||
} |
||||
], |
||||
"samplers" : [ |
||||
{ |
||||
"magFilter" : 9729, |
||||
"minFilter" : 9987 |
||||
} |
||||
], |
||||
"buffers" : [ |
||||
{ |
||||
"byteLength" : 32640, |
||||
"uri" : "icosphere.bin" |
||||
} |
||||
] |
||||
} |
||||
Loading…
Reference in new issue