Add new tree and plane models

This commit is contained in:
reo 2025-07-13 20:07:43 +03:00
parent 0af4622525
commit a555f7f61e
8 changed files with 300 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
resources/models/plane.bin Normal file

Binary file not shown.

160
resources/models/plane.gltf Normal file
View file

@ -0,0 +1,160 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v4.4.56",
"version":"2.0"
},
"extensionsUsed":[
"KHR_texture_transform"
],
"extensionsRequired":[
"KHR_texture_transform"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0
]
}
],
"nodes":[
{
"mesh":0,
"name":"Plane",
"scale":[
10,
10,
10
]
}
],
"materials":[
{
"doubleSided":true,
"name":"Material.002",
"pbrMetallicRoughness":{
"baseColorTexture":{
"extensions":{
"KHR_texture_transform":{
"offset":[
0,
-9
],
"scale":[
10,
10
]
}
},
"index":0
},
"metallicFactor":0,
"roughnessFactor":0.5
}
}
],
"meshes":[
{
"name":"Plane.001",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"Grass Texture 1",
"uri":"Grass%20Texture%201.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":4,
"max":[
1,
0,
1
],
"min":[
-1,
0,
-1
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":4,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":4,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":6,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":48,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":48,
"byteOffset":48,
"target":34962
},
{
"buffer":0,
"byteLength":32,
"byteOffset":96,
"target":34962
},
{
"buffer":0,
"byteLength":12,
"byteOffset":128,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":140,
"uri":"plane.bin"
}
]
}

BIN
resources/models/tree.bin Normal file

Binary file not shown.

140
resources/models/tree.gltf Normal file
View file

@ -0,0 +1,140 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v4.4.56",
"version":"2.0"
},
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0
]
}
],
"nodes":[
{
"mesh":0,
"name":"tree01",
"scale":[
0.009999999776482582,
0.009999999776482582,
0.009999999776482582
]
}
],
"materials":[
{
"name":"Mat",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0
}
}
],
"meshes":[
{
"name":"tree01_1",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"tree_texture",
"uri":"tree_texture.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":395,
"max":[
123.4296646118164,
509.0864562988281,
168.36563110351562
],
"min":[
-184.9799346923828,
0,
-155.37196350097656
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":395,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":395,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":471,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":4740,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":4740,
"byteOffset":4740,
"target":34962
},
{
"buffer":0,
"byteLength":3160,
"byteOffset":9480,
"target":34962
},
{
"buffer":0,
"byteLength":942,
"byteOffset":12640,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":13584,
"uri":"tree.bin"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B