Skip to content

Commit

Permalink
Add comfortable bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Aug 29, 2024
1 parent 1668943 commit 0d88912
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,249 @@
{
"asset":{
"copyright":"Yara Gardaria",
"generator":"Khronos glTF Blender I/O v4.2.57",
"version":"2.0"
},
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0,
1
]
}
],
"nodes":[
{
"mesh":0,
"name":"Base",
"rotation":[
0,
-1,
0,
1.6292068494294654e-07
]
},
{
"mesh":1,
"name":"Wood",
"rotation":[
0,
-0.7862635850906372,
0.6178911924362183,
1.2809860550078156e-07
]
}
],
"materials":[
{
"doubleSided":true,
"name":"Comfortable bench",
"normalTexture":{
"index":0
},
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":1
},
"metallicRoughnessTexture":{
"index":2
}
}
}
],
"meshes":[
{
"name":"Base",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
},
{
"name":"Wood",
"primitives":[
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
},
{
"sampler":0,
"source":1
},
{
"sampler":0,
"source":2
}
],
"images":[
{
"mimeType":"image/png",
"name":"comfortable_bench_normal",
"uri":"comfortable_bench_normal.png"
},
{
"mimeType":"image/png",
"name":"comfortable_bench_base_color",
"uri":"comfortable_bench_base_color.png"
},
{
"mimeType":"image/png",
"name":"comfortable_bench_metallic_roughness",
"uri":"comfortable_bench_metallic_roughness.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":2212,
"max":[
0.7746942043304443,
0.8472439050674438,
0.3816491663455963
],
"min":[
-0.7746942043304443,
-0.0001908918929984793,
-0.4584110975265503
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":2212,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":2212,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":6600,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":352,
"max":[
0.746171772480011,
0.4369821846485138,
-0.26060235500335693
],
"min":[
-0.7502740025520325,
-0.2351168841123581,
-0.8961924910545349
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":352,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":352,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":528,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":26544,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":26544,
"byteOffset":26544,
"target":34962
},
{
"buffer":0,
"byteLength":17696,
"byteOffset":53088,
"target":34962
},
{
"buffer":0,
"byteLength":13200,
"byteOffset":70784,
"target":34963
},
{
"buffer":0,
"byteLength":4224,
"byteOffset":83984,
"target":34962
},
{
"buffer":0,
"byteLength":4224,
"byteOffset":88208,
"target":34962
},
{
"buffer":0,
"byteLength":2816,
"byteOffset":92432,
"target":34962
},
{
"buffer":0,
"byteLength":1056,
"byteOffset":95248,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":96304,
"uri":"comfortable_bench.bin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(
general: (
name: "Comfortable bench",
license: "CC BY-SA 4.0",
author: "Yara Gardaria",
),
scene: "comfortable_bench.gltf#Scene0",
category: OutdoorFurniture,
preview_translation: (0.0, -0.35, -2.4),
)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d88912

Please sign in to comment.