Editor sun face the camera

This commit is contained in:
MegaMech
2025-03-30 16:14:16 -06:00
parent 95706a1171
commit 31a38ebb62
4 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,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);
void Editor_Matrixidentity(Mat4 mtx);
void Editor_MatrixIdentity(Mat4 mtx);
void Editor_AddMatrix(Mat4 mtx, int32_t flags);
float CalculateAngle(const FVector& start, const FVector& end);
void SetDirectionFromRotator(IRotator rot, s8 direction[3]);