Add all axis move (freemove)

This commit is contained in:
MegaMech
2025-03-04 12:49:32 -07:00
parent 0d02f8c3af
commit 6dfa748392
5 changed files with 65 additions and 70 deletions
+1
View File
@@ -49,6 +49,7 @@ void Copy(MtxF* src, MtxF* dest);
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);