From 1b273f48f9ea7ae8ef48a052311e913a115ca1a3 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 20:07:05 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index 7a35890..61fe593 100644 --- a/scene.c +++ b/scene.c @@ -301,11 +301,11 @@ void display() { // 0.0, 1.0, 0.0 /* up is in postivie Y direction */ // ); - //glTranslatef(camx, camy, camz); + glTranslatef(camx, camy, camz); // **NOTE: Currently this rotation function is all that moves the camera off // the flat surface. Need to integrate function into gluLookAt - //glRotatef(rot, 1.0, 0.0, 0.0); + glRotatef(rot, 1.0, 0.0, 0.0); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle); -- 2.20.1