This commit is contained in:
MegaMech
2025-05-16 21:43:05 -06:00
parent 7473382f06
commit 1a810d74cc
8 changed files with 20 additions and 6 deletions
+3 -1
View File
@@ -11,10 +11,12 @@ extern "C" {
void AddMatrix(std::vector<Mtx>& stack, Mat4 mtx, s32 flags) {
// Push a new matrix to the stack
//FrameInterpolation_RecordMatrixPush((Mat4*) &mtx);
stack.emplace_back();
// Convert to a fixed-point matrix
FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mtx, &stack.back());
guMtxF2L(mtx, &stack.back());
// Load the matrix