Failed attempt at transforming collision

This commit is contained in:
MegaMech
2025-04-07 16:44:14 -06:00
parent f5f36fee7d
commit 529f7c8bcf
8 changed files with 181 additions and 27 deletions
+1
View File
@@ -41,6 +41,7 @@ void Clear(MtxF* mf);
bool IntersectRayTriangle(const Ray& ray, const Triangle& tri, const FVector& objectPos, float& t);
bool IntersectRaySphere(const Ray& ray, const FVector& sphereCenter, float radius, float& t);
FVector TransformPoint(const FVector& point, const FVector& pos, const IRotator& n64Rot, const FVector& scale);
void Editor_MatrixIdentity(Mat4 mtx);
void Editor_AddMatrix(Mat4 mtx, int32_t flags);