Character controller

This commit is contained in:
2025-07-26 15:02:39 +02:00
parent be4775ff93
commit ada1acb402
2 changed files with 20 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ MAX_CHILDREN :: 16;
CAPSULE;
TRIANGLE_MESH;
CONVEX_MESH;
CHARACTER;
}
Physics_Lock :: enum_flags u8 {
@@ -97,6 +98,10 @@ MAX_CHILDREN :: 16;
radius: float;
half_height: float;
}
character : struct {
radius: float;
height: float;
}
}
physx_handle: PhysX_Handle;