(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index a09011c..a307bc8 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -184,15 +184,7 @@ void makeMenu() {
  */\r
 void windowReshape(int w, int h) {\r
   glViewport(0, 0, (GLsizei) w, (GLsizei) h);\r
-  glMatrixMode(GL_PROJECTION);\r
-  glLoadIdentity();\r
-  if (w <= h)\r
-    glFrustum(-near, far, -near,\r
-      far, 1, 100);\r
-  else\r
-    glFrustum(-near*((GLfloat) w / (GLfloat) h),\r
-       far, near, far, 1, 100);\r
-  glMatrixMode(GL_MODELVIEW);\r
+  printf("I am called!\n");\r
 }\r
 \r
 /**\r

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