mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 20:23:26 +02:00
increase the far clip
This commit is contained in:
parent
e7254ff216
commit
abc0deaa78
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ void reshape(int width, int height)
|
|||
gluPerspective(45, //view angle
|
||||
1.0, //aspect ratio
|
||||
0.1, //near clip
|
||||
50.0);//far clip
|
||||
500.0);//far clip
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glLoadIdentity();
|
||||
|
||||
|
|
Loading…
Reference in a new issue