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

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"
}