PhysX work
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user