Commit a76c7bde authored by Thalmann's avatar Thalmann
Browse files

gltf_FILE

parent 6cf7291c
Pipeline #8388 passed with stage
in 6 seconds
Showing with 198 additions and 0 deletions
+198 -0
{
"asset": {
"generator": "Khronos glTF Blender I/O v1.6.8",
"version": "2.0"
},
"extensionsUsed": [
"KHR_texture_transform"
],
"extensionsRequired": [
"KHR_texture_transform"
],
"scene": 0,
"scenes": [
{
"name": "Scene",
"nodes": [
0
]
}
],
"nodes": [
{
"mesh": 0,
"name": "sphere_gltf.001"
}
],
"materials": [
{
"doubleSided": true,
"name": "wooden_rough_planks",
"normalTexture": {
"extensions": {
"KHR_texture_transform": {
"offset": [
0,
-1
],
"scale": [
2,
2
]
}
},
"index": 0
},
"pbrMetallicRoughness": {
"baseColorTexture": {
"extensions": {
"KHR_texture_transform": {
"offset": [
0,
-1
],
"scale": [
2,
2
]
}
},
"index": 1
},
"metallicFactor": 0,
"metallicRoughnessTexture": {
"extensions": {
"KHR_texture_transform": {
"offset": [
0,
-1
],
"scale": [
2,
2
]
}
},
"index": 2
}
}
}
],
"meshes": [
{
"name": "Sphere.003",
"primitives": [
{
"attributes": {
"POSITION": 0,
"NORMAL": 1,
"TEXCOORD_0": 2
},
"indices": 3,
"material": 0
}
]
}
],
"textures": [
{
"sampler": 0,
"source": 0
},
{
"sampler": 0,
"source": 1
},
{
"sampler": 0,
"source": 2
}
],
"images": [
{
"mimeType": "image/jpeg",
"name": "wooden_rough_planks_nor_gl_4k",
"uri": "textures/wooden_rough_planks_nor_gl_4k.jpg"
},
{
"mimeType": "image/jpeg",
"name": "wooden_rough_planks_diff_4k",
"uri": "textures/wooden_rough_planks_diff_4k.jpg"
},
{
"mimeType": "image/jpeg",
"name": "wooden_rough_planks_rough_4k",
"uri": "textures/wooden_rough_planks_rough_4k.jpg"
}
],
"accessors": [
{
"bufferView": 0,
"componentType": 5126,
"count": 53931,
"max": [
1.0170015096664429,
1.0089901685714722,
1.003528356552124
],
"min": [
-1.0170010328292847,
-1.007738709449768,
-1.003544807434082
],
"type": "VEC3"
},
{
"bufferView": 1,
"componentType": 5126,
"count": 53931,
"type": "VEC3"
},
{
"bufferView": 2,
"componentType": 5126,
"count": 53931,
"type": "VEC2"
},
{
"bufferView": 3,
"componentType": 5123,
"count": 322170,
"type": "SCALAR"
}
],
"bufferViews": [
{
"buffer": 0,
"byteLength": 647172,
"byteOffset": 0
},
{
"buffer": 0,
"byteLength": 647172,
"byteOffset": 647172
},
{
"buffer": 0,
"byteLength": 431448,
"byteOffset": 1294344
},
{
"buffer": 0,
"byteLength": 644340,
"byteOffset": 1725792
}
],
"samplers": [
{
"magFilter": 9729,
"minFilter": 9987
}
],
"buffers": [
{
"byteLength": 2370132,
"uri": "wooden_rough_planks.bin"
}
]
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment