Visualised Collisions & broken as hell player model

This commit is contained in:
Harrison Corlett 2026-07-09 14:57:19 +01:00
parent aff4c2a57a
commit ffb7b842af
16 changed files with 220 additions and 25 deletions

Binary file not shown.

View file

@ -0,0 +1,15 @@
{
"ID": "CollisionCube",
"Meshes": [
{
"ID": "mesh_0",
"MaterialID": "CollisionCube-mat-1",
"OffsetVertex": 0,
"VertexSize": 1344,
"OffsetIndex": 0,
"IndexSize": 144
}
],
"VertexPath": "resources/models/VisualCollision/CollisionCube.vtx",
"IndexPath": "resources/models/VisualCollision/CollisionCube.idx"
}

View file

@ -0,0 +1,4 @@
# Made in Blockbench 5.1.4
newmtl m_b3ff62ec-245d-6ae0-3e07-f637264603d3
map_Kd CollisionCubeTexture.png
newmtl none

View file

@ -0,0 +1,49 @@
# Made in Blockbench 5.1.4
mtllib CollisionCube.mtl
o mesh
v 0.5 1 0.5
v 0.5 1 -0.5
v 0.5 0 0.5
v 0.5 0 -0.5
v -0.5 1 0.5
v -0.5 1 -0.5
v -0.5 0 0.5
v -0.5 0 -0.5
vt 0.3333333333333333 1
vt 0 1
vt 0 0.6666666666666667
vt 0.3333333333333333 0.6666666666666667
vt 0.3333333333333333 0.33333333333333337
vt 0.3333333333333333 0.6666666666666667
vt 0 0.6666666666666667
vt 0 0.33333333333333337
vt 0.3333333333333333 0.6666666666666667
vt 0.6666666666666666 0.6666666666666667
vt 0.6666666666666666 1
vt 0.3333333333333333 1
vt 0.6666666666666666 0.33333333333333337
vt 0.6666666666666666 0.6666666666666667
vt 0.3333333333333333 0.6666666666666667
vt 0.3333333333333333 0.33333333333333337
vt 0.3333333333333333 0
vt 0.3333333333333333 0.33333333333333337
vt 0 0.33333333333333337
vt 0 0
vt 1 1
vt 0.6666666666666666 1
vt 0.6666666666666666 0.6666666666666667
vt 1 0.6666666666666667
vn 1 0 0
vn -1 0 0
vn 0 1 0
vn 0 -1 0
vn 0 0 1
vn 0 0 -1
usemtl m_b3ff62ec-245d-6ae0-3e07-f637264603d3
f 2/1/1 1/2/1 3/3/1 4/4/1
f 7/5/2 5/6/2 6/7/2 8/8/2
f 5/9/3 1/10/3 2/11/3 6/12/3
f 4/13/4 3/14/4 7/15/4 8/16/4
f 3/17/5 1/18/5 5/19/5 7/20/5
f 6/21/6 2/22/6 4/23/6 8/24/6

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

View file

@ -0,0 +1,44 @@
[
{
"ID": "CollisionCube-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": "CollisionCube-mat-1",
"TexturePath": "resources\\models\\VisualCollision\\CollisionCubeTexture.png",
"NormalTexturePath": "",
"MetalRoughnessMap": "",
"DiffuseColour": {
"X": 0.6,
"Y": 0.6,
"Z": 0.6,
"W": 1.0
},
"Roughness": 0.0,
"Metallic": 0.0
},
{
"ID": "CollisionCube-mat-2",
"TexturePath": "",
"NormalTexturePath": "",
"MetalRoughnessMap": "",
"DiffuseColour": {
"X": 0.6,
"Y": 0.6,
"Z": 0.6,
"W": 1.0
},
"Roughness": 0.0,
"Metallic": 0.0
}
]