X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=2ca9723869ae4e864b34a79d0427f36376da95c6;hb=6f0bcf95e570217e47846aa1a7efd09724266904;hp=c30c497142678090b05157d53de1246775e1a263;hpb=dceb293de90f7794cfc9ced75740fd34a9cf2b86;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index c30c497..2ca9723 100644 --- a/scene.c +++ b/scene.c @@ -418,7 +418,7 @@ int main(int argc, char **argv) { gluPerspective( 40.0, /* field of view in degree */ 1.0, /* aspect ratio */ - -10, /* Z near */ + -10.0, /* Z near */ 1000.0 /* Z far */ );