From 6f9b6e0830f4b8e12dbbbdbbdd2c0678bc2bf6a2 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 10:56:26 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index a529c62..f544aae 100644 --- a/scene.c +++ b/scene.c @@ -319,7 +319,7 @@ void display() { glPushMatrix(); /* Perform scene rotations based on user mouse/keyboard input. */ - glRotatef(rotateFactor*0.2, 0.0, 1.0, 0.0); + glRotatef(rotateFactor*0.5, 0.0, 1.0, 0.0); //glTranslatef(camx, camy, camz); //glRotatef(rot, 1.0, 0.0, 0.0); -- 2.20.1