(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 71523bc..2e2f93c 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -133,7 +133,7 @@ GLfloat zoomFactor = 1.0;
 int drawFloorRecurse = 5;\r
 \r
 /* Size of floor, from -n to n */\r
-int floorSize = 100;\r
+int floorSize = 200;\r
 \r
 /* Light 0 parameters */\r
 GLfloat diffuse0[] = {1.0, 1.0, 1.0, 1.0};\r
@@ -691,12 +691,12 @@ void init() {
   glMatrixMode(GL_PROJECTION);\r
   glLoadIdentity();\r
 \r
-  //gluPerspective(\r
-  //  60.0,  /* field of view in degree */\r
-  //   1.0,  /* aspect ratio */\r
-  //  near,  /* Z near */\r
-  //   far   /* Z far */\r
-   // );\r
+  gluPerspective(\r
+    60.0,  /* field of view in degree */\r
+     1.0,  /* aspect ratio */\r
+    near,  /* Z near */\r
+     far   /* Z far */\r
+    );\r
 \r
   \r
   glLightfv(GL_LIGHT0, GL_POSITION, light0_pos);\r

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