Getting there...?
This commit is contained in:
@@ -30,9 +30,9 @@ namespace GTETest {
|
||||
return true;
|
||||
}
|
||||
|
||||
const auto matrix = GTE::MATRIX::rotation(0, 0, rotation);
|
||||
GTE::set_trans_matrix(matrix);
|
||||
GTE::set_rot_matrix(matrix);
|
||||
auto matrix = GTE::MATRIX::rotation(0, rotation, rotation);
|
||||
matrix.trans[0] = (Assets::Main::DoenerFishInfo.size.width/2);
|
||||
matrix.trans[1] = (Assets::Main::DoenerFishInfo.size.height/2);
|
||||
|
||||
doener_fish.apply(matrix);
|
||||
rotation += 5_DEG;
|
||||
|
||||
Reference in New Issue
Block a user