aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

This commit is contained in:
2025-04-25 17:03:28 +02:00
parent 098b605799
commit cff2d92070
7 changed files with 159 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ public class Camera {
private float pitch = 0.0f;
public Camera() {
this.pos = new Vector3f(1, 1.0f, 0);
this.pos = new Vector3f(2, 2.0f, 0);
setRotation(0.0f, -3.14150f / 2.0f);
}