work on world

This commit is contained in:
2026-03-16 15:35:31 +02:00
parent c05bca6d27
commit 6d5141cf43
33 changed files with 416 additions and 100 deletions

View File

@@ -1,17 +1,14 @@
[
{
"classname": "prop_physics",
"mesh": "game/core/maps/test/test0.fmesh_c",
"material": "game/core/materials",
"physics_type": "triangles",
"physics_mesh": "game/core/maps/test/test0.fmesh_c",
"model": "game/core/maps/test/test0.fmdl",
"physics": "static"
},
{
"classname": "prop_physics",
"model": "game/core/meshes/cube.fmdl",
"model": "game/core/models/cube.fmdl",
"physics": "dynamic",
"origin": [ 0, 15, 0 ]
"origin": [ 0, 3, 0 ]
}
]

View File

@@ -0,0 +1,5 @@
{
"Mesh": "game/core/maps/test/test0.fmesh_c",
"Material": "game/core/materials/cube.fmat",
"Physics": "game/core/maps/test/test0.fpx"
}

Binary file not shown.

View File

@@ -0,0 +1,4 @@
{
"Type": "Triangles",
"Mesh": "game/core/maps/test/test0.fpx"
}