Getting there...?

This commit is contained in:
Jaby
2024-04-02 16:28:09 -05:00
parent b7d0b7976b
commit 101baed5da
3 changed files with 11 additions and 6 deletions

View File

@@ -45,10 +45,10 @@ namespace JabyEngine {
SVECTOR& apply_matrix(const MATRIX& m0, const SVECTOR& v0, SVECTOR& v1) {
// TODO: Do we want to push here?
set_rot_matrix(m0);
set_matrix(m0);
JabyEngine::GTE::ldv0(v0);
JabyEngine::GTE::rtv0();
JabyEngine::GTE::rt();
JabyEngine::GTE::stsv(v1);
return v1;
}