Initial CCollidableSphere match work

This commit is contained in:
2024-10-13 22:00:50 -07:00
parent 51c06420f9
commit f9ed07d33c
8 changed files with 143 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
#ifndef _CRAYCASTRESULT
#define _CRAYCASTRESULT
#include "Kyoto/Math/CTransform4f.hpp"
#include "types.h"
#include "Kyoto/Math/CPlane.hpp"
@@ -8,6 +9,7 @@
#include "Collision/CMaterialList.hpp"
class CTransform4f;
class CRayCastResult {
public:
enum EInvalid {