mirror of
https://codeberg.org/kbruen/y3s2-gui-project.git
synced 2025-02-22 09:09:36 +02:00
Draw sky light grey
This commit is contained in:
parent
9d48e31906
commit
d92154db83
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ MazeScreen::MazeScreen(const std::vector<std::vector<int>>& maze):
|
|||
}
|
||||
|
||||
void MazeScreen::display() {
|
||||
glClearColor(0.8, 0.8, 0.8, 1);
|
||||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glLoadIdentity();
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: y3s2-gui-project
|
||||
Version: 1.0.6
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue