first commit

This commit is contained in:
Nikolai Fesenko
2025-08-28 19:16:51 +02:00
commit ad86d7e7a1
43 changed files with 2033 additions and 0 deletions

218
Blends/Room/room.gltf Normal file
View File

@@ -0,0 +1,218 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v4.5.47",
"version":"2.0"
},
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0,
1
]
}
],
"nodes":[
{
"mesh":0,
"name":"Cube",
"scale":[
9.804580688476562,
0.1993253380060196,
9.804580688476562
]
},
{
"mesh":1,
"name":"Cube.001",
"rotation":[
0,
1,
0,
0
],
"scale":[
-1.6664633750915527,
-0.08638607710599899,
-1.6664633750915527
],
"translation":[
0,
3.2104644775390625,
0
]
}
],
"materials":[
{
"doubleSided":true,
"name":"Material",
"pbrMetallicRoughness":{
"baseColorFactor":[
0.800000011920929,
0.800000011920929,
0.800000011920929,
1
],
"metallicFactor":0,
"roughnessFactor":0.5
}
}
],
"meshes":[
{
"name":"Cube",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
},
{
"name":"Cube.001",
"primitives":[
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7
}
]
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":80,
"max":[
1.0650200843811035,
53.38763427734375,
1.0650200843811035
],
"min":[
-1.0650200843811035,
-1.065019965171814,
-1.0650200843811035
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":80,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":80,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":132,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":189,
"max":[
1,
37.008480072021484,
1
],
"min":[
-1,
-1,
-1
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":189,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":189,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":594,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":960,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":960,
"byteOffset":960,
"target":34962
},
{
"buffer":0,
"byteLength":640,
"byteOffset":1920,
"target":34962
},
{
"buffer":0,
"byteLength":264,
"byteOffset":2560,
"target":34963
},
{
"buffer":0,
"byteLength":2268,
"byteOffset":2824,
"target":34962
},
{
"buffer":0,
"byteLength":2268,
"byteOffset":5092,
"target":34962
},
{
"buffer":0,
"byteLength":1512,
"byteOffset":7360,
"target":34962
},
{
"buffer":0,
"byteLength":1188,
"byteOffset":8872,
"target":34963
}
],
"buffers":[
{
"byteLength":10060,
"uri":"room.bin"
}
]
}