PhysX work

This commit is contained in:
2025-07-11 01:39:46 +02:00
parent 7e354b0417
commit 5f61c04912
5 changed files with 129 additions and 41 deletions

View File

@@ -81,8 +81,9 @@ Entity :: struct {
// Physics
body : Physics_Body;
collider : Collider;
physx_static: *PhysX.PxRigidStatic;
physx_dynamic: *PhysX.PxRigidDynamic;
physx_handle: PhysX_Handle;
velocity: Vector3;
// End physics