mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-04-21 21:49:56 +08:00
67 lines
978 B
JSON
67 lines
978 B
JSON
|
|
{
|
|
"scenes" : [
|
|
{
|
|
"nodes" : [ 0 ]
|
|
}
|
|
],
|
|
|
|
"nodes" : [
|
|
{
|
|
"mesh" : 0
|
|
}
|
|
],
|
|
|
|
"meshes" : [
|
|
{
|
|
"primitives" : [ {
|
|
"attributes" : {
|
|
"POSITION" : 0
|
|
}
|
|
} ]
|
|
}
|
|
],
|
|
|
|
"buffers" : [
|
|
{
|
|
"uri" : "data:application/octet-stream;base64,AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAA",
|
|
"byteLength" : 36
|
|
}
|
|
],
|
|
"bufferViews" : [
|
|
{
|
|
"buffer" : 0,
|
|
"byteOffset" : 0,
|
|
"byteLength" : 36,
|
|
"target" : 34962
|
|
}
|
|
],
|
|
"accessors" : [
|
|
{
|
|
"bufferView" : 0,
|
|
"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"
|
|
},
|
|
|
|
"materials" : [
|
|
{ "name" : "WHITE",
|
|
"extensions": {
|
|
"VENDOR_material_some_ext" : { }
|
|
}
|
|
}
|
|
],
|
|
|
|
"extensionsUsed" : [
|
|
"VENDOR_material_some_ext"
|
|
]
|
|
}
|