About to implement Physics.

This commit is contained in:
2023-03-19 10:17:23 -07:00
parent 765c9015ae
commit 23b35a9394

View File

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