From: Ash Tyndall Date: Tue, 18 Oct 2011 07:01:37 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=e852b2a92a9e2878e944f1fc560595f8db4c9bb7 --- diff --git a/scene.c b/scene.c index d57ce23..d57b28e 100644 --- a/scene.c +++ b/scene.c @@ -582,7 +582,7 @@ void init() { glMatrixMode(GL_PROJECTION); gluPerspective( - 40.0, /* field of view in degree */ + 180.0, /* field of view in degree */ 1.0, /* aspect ratio */ 0.0, /* Z near */ 900.0 /* Z far */