otr works for object picking

This commit is contained in:
MegaMech
2025-03-01 13:41:32 -07:00
parent 3bb80b8464
commit 842042d515
7 changed files with 129 additions and 103 deletions
+1
View File
@@ -45,6 +45,7 @@ FVector4 MultiplyMatrixVector(float matrix[4][4], float vector[4]);
s32 Inverse(MtxF* src, MtxF* dest);
void Copy(MtxF* src, MtxF* dest);
void Clear(MtxF* mf);
void DrawObj();
bool IntersectRayTriangle(const Ray& ray, const Triangle& tri, const FVector& objectPos, float& t);