testing rotation

This commit is contained in:
EvilMuffinHa 2020-05-30 21:51:16 -04:00
parent 54f129c925
commit 5fe794304e

View File

@ -126,6 +126,8 @@ public class Test implements Game {
display.mouseState(lockToggle);
}
cubeObject.setRotation(Vector3f.add(cubeObject.getRotation(), new Vector3f(1, 1, 1)));
i.reset();