Cramming PhysX in there

More PhysX work

More PhysX work
This commit is contained in:
2025-07-06 23:58:40 +02:00
parent c3a1686325
commit 84350b85ab
3257 changed files with 587241 additions and 66 deletions

View File

@@ -81,6 +81,9 @@ Entity :: struct {
// Physics
body : Physics_Body;
collider : Collider;
physx_static: *PhysX.PxRigidStatic;
physx_dynamic: *PhysX.PxRigidDynamic;
// End physics
#if NETWORKING {