Co-authored-by: Persson-dev <sim16.prib@gmail.com>
Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
l
2025-05-16 13:35:38 +00:00
parent 9ff433c257
commit 94870e65c2
9 changed files with 95 additions and 33 deletions

View File

@@ -232,12 +232,10 @@ public class DDDView extends GameAdaptator implements GameListener {
}
public void run() {
/*
this.window.addRegularTask((delta) -> {
final float angle = 1f;
this.camera.setRotateAngle(this.camera.getRotateAngle() + angle * delta);
});
*/
// this.window.addRegularTask((delta) -> {
// final float angle = 1f;
// this.camera.setRotateAngle(this.camera.getRotateAngle() + angle * delta);
// });
this.window.run();
// free OpenGL resources