Getting there...?

This commit is contained in:
2024-04-02 16:28:09 -05:00
parent 57e1a17dd2
commit 7baa5bdb6d
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;
}