mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-23 07:10:33 +01:00
push out far clip plane to 200
This commit is contained in:
parent
ba083bae69
commit
bd299093ec
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ reshape(int width, int height)
|
|||
glViewport(0, 0, (GLint) width, (GLint) height);
|
||||
glMatrixMode(GL_PROJECTION);
|
||||
glLoadIdentity();
|
||||
glFrustum(-1.0, 1.0, -h, h, 5.0, 60.0);
|
||||
glFrustum(-1.0, 1.0, -h, h, 5.0, 200.0);
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue