added weapon models

This commit is contained in:
Halbear 2026-07-07 12:53:31 +01:00
parent 42fc70100d
commit 9c08fb6248
24 changed files with 3602 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,15 @@
{
"ID": "CannonEntity",
"Meshes": [
{
"ID": "cube_0",
"MaterialID": "CannonEntity-mat-1",
"OffsetVertex": 0,
"VertexSize": 53312,
"OffsetIndex": 0,
"IndexSize": 6192
}
],
"VertexPath": "resources/models/Cannon/CannonEntity.vtx",
"IndexPath": "resources/models/Cannon/CannonEntity.idx"
}

View file

@ -0,0 +1,4 @@
# Made in Blockbench 5.1.4
newmtl m_5b5488e6-2c69-7a67-28ce-562e433e1ce5
map_Kd cannon.png
newmtl none

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -0,0 +1,44 @@
[
{
"ID": "CannonEntity-mat-0",
"TexturePath": "",
"NormalTexturePath": "",
"MetalRoughnessMap": "",
"DiffuseColour": {
"X": 0.6,
"Y": 0.6,
"Z": 0.6,
"W": 1.0
},
"Roughness": 0.0,
"Metallic": 0.0
},
{
"ID": "CannonEntity-mat-1",
"TexturePath": "resources\\models\\Cannon\\cannon.png",
"NormalTexturePath": "",
"MetalRoughnessMap": "",
"DiffuseColour": {
"X": 0.6,
"Y": 0.6,
"Z": 0.6,
"W": 1.0
},
"Roughness": 0.0,
"Metallic": 0.0
},
{
"ID": "CannonEntity-mat-2",
"TexturePath": "",
"NormalTexturePath": "",
"MetalRoughnessMap": "",
"DiffuseColour": {
"X": 0.6,
"Y": 0.6,
"Z": 0.6,
"W": 1.0
},
"Roughness": 0.0,
"Metallic": 0.0
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB