From: Ash Tyndall Date: Fri, 21 Oct 2011 01:17:46 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=eeed8ee2fcc8f6d83cdfffd9543b1351dad1ebfe;hp=a020144e3c81b827e06abee630979965c24a707d;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index f7dbd40..7e287ed 100644 --- a/scene.c +++ b/scene.c @@ -295,7 +295,7 @@ void display() { if ( width > height ) aspect = (float)width / (float)height; gluPerspective( - 90.0, + 75.0, aspect, 0.1, 200