mirror of
https://codeberg.org/kbruen/y3s2-gui-project.git
synced 2025-04-20 23:03:56 +03:00
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
3bd635b066 | |||
5119beb058 |
2 changed files with 5 additions and 1 deletions
5
examples/maze6.txt
Normal file
5
examples/maze6.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
XXXXXXXXXX
|
||||
X X X X
|
||||
X XXX X
|
||||
X X X
|
||||
XXXXXXXXXX
|
|
@ -31,7 +31,6 @@ void MazeScreen::display() {
|
|||
glMatrixMode(GL_MODELVIEW);
|
||||
glLoadIdentity();
|
||||
|
||||
//configures the camera with the position_x and position_z variables
|
||||
gluLookAt(
|
||||
posX,
|
||||
0,
|
||||
|
|
Loading…
Add table
Reference in a new issue