X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=71523bc096a76eb5b361bbcad5d032c7708a41ef;hb=c042b436d22f2eb9fa232ff667f1e48ededef033;hp=927c1f48b87747bee6a347fdae816c6d54fa41b1;hpb=a56f366db6efcb0ed8b11ef020e19889bb8501bc;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 927c1f4..71523bc 100644 --- a/scene.c +++ b/scene.c @@ -691,12 +691,12 @@ void init() { glMatrixMode(GL_PROJECTION); glLoadIdentity(); - gluPerspective( - 60.0, /* field of view in degree */ - 1.0, /* aspect ratio */ - near, /* Z near */ - far /* Z far */ - ); + //gluPerspective( + // 60.0, /* field of view in degree */ + // 1.0, /* aspect ratio */ + // near, /* Z near */ + // far /* Z far */ + // ); glLightfv(GL_LIGHT0, GL_POSITION, light0_pos);