From: Ash Tyndall Date: Fri, 21 Oct 2011 00:15:29 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=3ec168e4f99e004e9bcc18bad462a627462ba870 --- diff --git a/scene.c b/scene.c index fe67e13..4a5a686 100644 --- a/scene.c +++ b/scene.c @@ -399,13 +399,13 @@ int main(int argc, char **argv) { glLineWidth(1.0); // **NOTE: Currently the perspective and look-at code is static, for testing purposes - glMatrixMode(GL_PROJECTION); - gluPerspective( - 40.0, /* field of view in degree */ - 1.0, /* aspect ratio */ - 1.0, /* Z near */ // **NOTE: Seems to be issue with near < 0 causing invisible everything - 100.0 /* Z far */ - ); + //glMatrixMode(GL_PROJECTION); + //gluPerspective( + // 40.0, /* field of view in degree */ + // 1.0, /* aspect ratio */ + // 1.0, /* Z near */ // **NOTE: Seems to be issue with near < 0 causing invisible everything + // 100.0 /* Z far */ + // ); glMatrixMode(GL_MODELVIEW); gluLookAt(