X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=2ca9723869ae4e864b34a79d0427f36376da95c6;hp=24de6b56e7dd89d1deb8d6a2aaf2cbbb60ffcf14;hb=6f0bcf95e570217e47846aa1a7efd09724266904;hpb=784fe452a7e11da5bf8879f5c1f988d038b9f857 diff --git a/scene.c b/scene.c index 24de6b5..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.0, /* Z near */ + -10.0, /* Z near */ 1000.0 /* Z far */ );