draco/testdata/SphereWithCircleTexture/sphere_with_circle_texture.gltf
2021-12-09 11:26:09 -08:00

157 lines
3.5 KiB
JSON

{
"asset" : {
"generator" : "Khronos Blender glTF 2.0 I/O",
"version" : "2.0"
},
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
0,
1,
2
]
}
],
"nodes" : [
{
"name" : "Light",
"rotation" : [
0.16907575726509094,
0.7558802962303162,
-0.27217137813568115,
0.570947527885437
],
"translation" : [
4.076245307922363,
5.903861999511719,
-1.0054539442062378
]
},
{
"name" : "Camera",
"rotation" : [
0.483536034822464,
0.33687159419059753,
-0.20870360732078552,
0.7804827094078064
],
"translation" : [
7.358891487121582,
4.958309173583984,
6.925790786743164
]
},
{
"mesh" : 0,
"name" : "Icosphere"
}
],
"materials" : [
{
"name" : "Material.001",
"pbrMetallicRoughness" : {
"baseColorTexture" : {
"index" : 0,
"texCoord" : 0
},
"metallicFactor" : 0,
"roughnessFactor" : 0.5
}
}
],
"meshes" : [
{
"name" : "Icosphere",
"primitives" : [
{
"attributes" : {
"POSITION" : 0,
"NORMAL" : 1,
"TEXCOORD_0" : 2
},
"indices" : 3,
"material" : 0
}
]
}
],
"textures" : [
{
"source" : 0
}
],
"images" : [
{
"mimeType" : "image/png",
"name" : "test_color",
"uri" : "test_color.png"
}
],
"accessors" : [
{
"bufferView" : 0,
"componentType" : 5126,
"count" : 3840,
"max" : [
1,
1,
0.9999999403953552
],
"min" : [
-0.9999999403953552,
-1,
-0.9999999403953552
],
"type" : "VEC3"
},
{
"bufferView" : 1,
"componentType" : 5126,
"count" : 3840,
"type" : "VEC3"
},
{
"bufferView" : 2,
"componentType" : 5126,
"count" : 3840,
"type" : "VEC2"
},
{
"bufferView" : 3,
"componentType" : 5123,
"count" : 3840,
"type" : "SCALAR"
}
],
"bufferViews" : [
{
"buffer" : 0,
"byteLength" : 46080,
"byteOffset" : 0
},
{
"buffer" : 0,
"byteLength" : 46080,
"byteOffset" : 46080
},
{
"buffer" : 0,
"byteLength" : 30720,
"byteOffset" : 92160
},
{
"buffer" : 0,
"byteLength" : 7680,
"byteOffset" : 122880
}
],
"buffers" : [
{
"byteLength" : 130560,
"uri" : "sphere_with_circle_texture.bin"
}
]
}