mirror of
https://codeberg.org/kbruen/y3s2-gui-project.git
synced 2025-04-20 23:03:56 +03:00
Compare commits
No commits in common. "master" and "v1.0.7" have entirely different histories.
2 changed files with 1 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
XXXXXXXXXX
|
|
||||||
X X X X
|
|
||||||
X XXX X
|
|
||||||
X X X
|
|
||||||
XXXXXXXXXX
|
|
|
@ -31,6 +31,7 @@ void MazeScreen::display() {
|
||||||
glMatrixMode(GL_MODELVIEW);
|
glMatrixMode(GL_MODELVIEW);
|
||||||
glLoadIdentity();
|
glLoadIdentity();
|
||||||
|
|
||||||
|
//configures the camera with the position_x and position_z variables
|
||||||
gluLookAt(
|
gluLookAt(
|
||||||
posX,
|
posX,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue