From 8ce9e04b2f947ad161075ba0a8cf822b5594d199 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 16:38:50 +0800 Subject: [PATCH] Remove referenes to keyboard debugging function. Electing not to use glColorMaterial lighting. --- scene.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scene.c b/scene.c index aabad99..69c5a82 100644 --- a/scene.c +++ b/scene.c @@ -356,10 +356,8 @@ void display() { glPushMatrix(); - /* Perform scene rotations based on user mouse/keyboard input. */ + /* Perform scene rotations based on user mouse input. */ glRotatef(rotate*camRotateFactor, 0.0, 1.0, 0.0); - glTranslatef(camx, camy, camz); - glRotatef(keyrot, 1.0, 0.0, 0.0); drawFloor(); -- 2.20.1