(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:20:47 +0000 (20:20 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:20:47 +0000 (20:20 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 9347092..13c796e 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -484,8 +484,8 @@ void makeMenu() {
  * @param h New height\r
  */\r
 void windowReshape(int w, int h) {\r
  * @param h New height\r
  */\r
 void windowReshape(int w, int h) {\r
-  GLdouble near = -100.0;\r
-  GLdouble far = 1000.0;\r
+  GLdouble near = -500.0;\r
+  GLdouble far = 500.0;\r
 \r
   glViewport(0, 0, (GLsizei) w, (GLsizei) h);\r
   glMatrixMode(GL_PROJECTION);\r
 \r
   glViewport(0, 0, (GLsizei) w, (GLsizei) h);\r
   glMatrixMode(GL_PROJECTION);\r

UCC git Repository :: git.ucc.asn.au