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

diff --git a/scene.c b/scene.c
index b46f24f..4467e7d 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
-  GLdouble near = -200.0;\r
-  GLdouble far = 200.0;\r
+  GLdouble near = -50.0;\r
+  GLdouble far = 50.0;\r
 \r
   glViewport(0, 0, (GLsizei) w, (GLsizei) h);\r
   glMatrixMode(GL_PROJECTION);\r
@@ -641,7 +641,7 @@ void display() {
     glPushMatrix();\r
     \r
       //glTranslatef(0.0, 0.0, 0.0);\r
-      glutWireTeapot(30); // Draw teapot for test\r
+      glutWireTeapot(1); // Draw teapot for test\r
     glPopMatrix();\r
 \r
     glPushMatrix();\r

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