new coin model

This commit is contained in:
Nikolai Fesenko
2025-08-30 22:51:01 +02:00
parent c6fa8d175a
commit 5120ceb4b7
7 changed files with 426 additions and 9 deletions

205
Blends/Coin/coin.gltf Normal file
View File

@@ -0,0 +1,205 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v4.5.47",
"version":"2.0"
},
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0
]
}
],
"nodes":[
{
"mesh":0,
"name":"Cylinder",
"scale":[
0.16937243938446045,
0.011989540420472622,
0.16937243938446045
]
}
],
"materials":[
{
"doubleSided":true,
"name":"Material.001",
"pbrMetallicRoughness":{
"baseColorFactor":[
0.8003232479095459,
0.7214018106460571,
0.048716265708208084,
1
],
"roughnessFactor":0.2857142686843872
}
},
{
"doubleSided":true,
"name":"Material.002",
"pbrMetallicRoughness":{
"baseColorFactor":[
1,
0.012268719263374805,
0.0156707726418972,
1
],
"roughnessFactor":0.3095238208770752
}
}
],
"meshes":[
{
"name":"Cylinder",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
},
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7,
"material":1
}
]
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":580,
"max":[
1,
1,
1
],
"min":[
-1,
-1,
-1
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":580,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":580,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":1140,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":18978,
"max":[
0.8202698230743408,
1.6481459140777588,
0.4704993665218353
],
"min":[
-0.7866606712341309,
-1.5491652488708496,
-0.7433416843414307
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":18978,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":18978,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":75216,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":6960,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":6960,
"byteOffset":6960,
"target":34962
},
{
"buffer":0,
"byteLength":4640,
"byteOffset":13920,
"target":34962
},
{
"buffer":0,
"byteLength":2280,
"byteOffset":18560,
"target":34963
},
{
"buffer":0,
"byteLength":227736,
"byteOffset":20840,
"target":34962
},
{
"buffer":0,
"byteLength":227736,
"byteOffset":248576,
"target":34962
},
{
"buffer":0,
"byteLength":151824,
"byteOffset":476312,
"target":34962
},
{
"buffer":0,
"byteLength":150432,
"byteOffset":628136,
"target":34963
}
],
"buffers":[
{
"byteLength":778568,
"uri":"coin.bin"
}
]
}