refactor board model

This commit is contained in:
2025-04-26 12:20:00 +02:00
parent ab309ae48a
commit 5b6fce11bc
3 changed files with 101 additions and 93 deletions

View File

@@ -141,6 +141,8 @@ public class Window {
// Set the clear color
glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
glEnable(GL_DEPTH_TEST);
glColor4f(1.0f, 0.0f, 0.0f, 1.0f);
// Run the rendering loop until the user has attempted to close