Physics corrections

This commit is contained in:
Halbear 2026-07-05 17:56:47 +01:00
parent 2b0344630e
commit eb09963e3a
17 changed files with 1126 additions and 899 deletions

File diff suppressed because one or more lines are too long

View file

Binary file not shown.

View file

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

View file

@ -0,0 +1,4 @@
# Made in Blockbench 5.1.4
newmtl m_69683abb-0cbc-2632-be2c-1aa8a2ddc888
map_Kd cubetexture.png
newmtl none

View file

@ -0,0 +1,49 @@
# Made in Blockbench 5.1.4
mtllib Cube.mtl
o mesh
v 0.5 0.75 0.5
v 0.5 0.75 -0.5
v 0.5 -0.25 0.5
v 0.5 -0.25 -0.5
v -0.5 0.75 0.5
v -0.5 0.75 -0.5
v -0.5 -0.25 0.5
v -0.5 -0.25 -0.5
vt 0.25 1
vt 0 1
vt 0 0.75
vt 0.25 0.75
vt 0.25 0.484375
vt 0.25 0.734375
vt 0 0.734375
vt 0 0.484375
vt 0.265625 0.75
vt 0.515625 0.75
vt 0.515625 1
vt 0.265625 1
vt 0.515625 0.484375
vt 0.515625 0.734375
vt 0.265625 0.734375
vt 0.265625 0.484375
vt 0.25 0.21875
vt 0.25 0.46875
vt 0 0.46875
vt 0 0.21875
vt 0.78125 1
vt 0.53125 1
vt 0.53125 0.75
vt 0.78125 0.75
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_69683abb-0cbc-2632-be2c-1aa8a2ddc888
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.

View file

@ -0,0 +1,44 @@
[
{
"ID": "Cube-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": "Cube-mat-1",
"TexturePath": "resources\\models\\cube\\cubetexture.png",
"NormalTexturePath": "",
"MetalRoughnessMap": "",
"DiffuseColour": {
"X": 0.6,
"Y": 0.6,
"Z": 0.6,
"W": 1.0
},
"Roughness": 0.0,
"Metallic": 0.0
},
{
"ID": "Cube-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: 1.9 KiB