Support ApplyMatrix

This commit is contained in:
2024-04-02 16:08:24 -05:00
parent 87f71a6c61
commit 57e1a17dd2
5 changed files with 52 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ namespace GTETest {
GTE::set_trans_matrix(matrix);
GTE::set_rot_matrix(matrix);
doener_fish.apply();
doener_fish.apply(matrix);
rotation += 5_DEG;
return false;
}