Skip to content

Commit

Permalink
Add horizontal bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jul 22, 2024
1 parent d72f088 commit 22a8c5b
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,235 @@
{
"asset":{
"copyright":"Yara Gardaria",
"generator":"Khronos glTF Blender I/O v4.1.63",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_specular"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0
]
}
],
"nodes":[
{
"mesh":0,
"name":"Horizontal bar"
}
],
"materials":[
{
"doubleSided":true,
"extensions":{
"KHR_materials_specular":{
"specularFactor":0
}
},
"name":"Horizontal bar",
"normalTexture":{
"index":0
},
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":1
},
"metallicRoughnessTexture":{
"index":2
}
}
}
],
"meshes":[
{
"name":"horizontal_bar",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
},
{
"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":"horizontal_bar_normal",
"uri":"horizontal_bar_normal.png"
},
{
"mimeType":"image/png",
"name":"horizontal_bar_base_color",
"uri":"horizontal_bar_base_color.png"
},
{
"mimeType":"image/png",
"name":"horizontal_bar_metallic_roughness",
"uri":"horizontal_bar_metallic_roughness.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":264,
"max":[
2.145380735397339,
2.4273760318756104,
0.04538051784038544
],
"min":[
-2.1453804969787598,
2.115521056111902e-07,
-0.04538041725754738
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":264,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":264,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":1008,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":54,
"max":[
2.0619547367095947,
2.349504232406616,
0.019504114985466003
],
"min":[
-2.0619547367095947,
1.2804960012435913,
-0.01950402744114399
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":54,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":54,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":144,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":3168,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":3168,
"byteOffset":3168,
"target":34962
},
{
"buffer":0,
"byteLength":2112,
"byteOffset":6336,
"target":34962
},
{
"buffer":0,
"byteLength":2016,
"byteOffset":8448,
"target":34963
},
{
"buffer":0,
"byteLength":648,
"byteOffset":10464,
"target":34962
},
{
"buffer":0,
"byteLength":648,
"byteOffset":11112,
"target":34962
},
{
"buffer":0,
"byteLength":432,
"byteOffset":11760,
"target":34962
},
{
"buffer":0,
"byteLength":288,
"byteOffset":12192,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":12480,
"uri":"horizontal_bar.bin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
general: (
name: "Horizontal bar",
license: "CC BY-SA 4.0",
author: "Yara Gardaria",
preview_translation: (0.0, -1.0, -5.2),
),
category: OutdoorActivities,
)
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 22a8c5b

Please sign in to comment.