improve rendering and physics

This commit is contained in:
2026-03-18 18:41:28 +02:00
parent 0a506f7185
commit b56d85f95d
33 changed files with 141 additions and 82 deletions

View File

@@ -2,13 +2,14 @@
{
"classname": "prop_physics",
"model": "game/core/maps/test/test0.fmdl",
"physics": "static"
"physics": "static",
"origin": [ 0, -10, 0 ]
},
{
"classname": "prop_physics",
"model": "game/core/models/cube.fmdl",
"model": "game/core/models/sphere.fmdl",
"physics": "dynamic",
"origin": [ 0, 3, 0 ]
"origin": [ 0, -5, 0 ]
}
]