About to implement Physics.

This commit is contained in:
2023-03-19 10:17:23 -07:00
parent f8ab4e2abc
commit 704b8f38ef

View File

@ -15,6 +15,9 @@ namespace Dawn {
Collider3D *collider; Collider3D *collider;
}; };
struct Collider3DAABBSweepResult {
};
enum Collider3DType { enum Collider3DType {
COLLIDER3D_TYPE_CUBE, COLLIDER3D_TYPE_CUBE,
COLLIDER3D_TYPE_CAPSULE, COLLIDER3D_TYPE_CAPSULE,