Code has been clarified a bit

This commit is contained in:
2021-04-13 16:32:41 +02:00
parent 8505051dd4
commit 0aa4f88abd
5 changed files with 15 additions and 58 deletions

View File

@@ -67,6 +67,7 @@ public class DrawHelper {
}
@SuppressWarnings("unused")
public static void drawDebugInformation(GL2 gl, GLUT glut, AbstractCanvas canvas) {
gl.glRasterPos3f(canvas.camera[0], canvas.camera[1], canvas.camera[2] - 1);
gl.glColor3f(1f, 1f, 1f);