X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=954d75ce1f1ec1f31daf757659c977469966fc95;hp=7afde9cd41ca880037b945980ede82e8eef951d6;hb=272fb88381b2021bc430384231d0d2fcd64fa1b6;hpb=f8f4c489085c83bc31276148991166165085b557 diff --git a/scene.c b/scene.c index 7afde9c..954d75c 100644 --- a/scene.c +++ b/scene.c @@ -123,8 +123,8 @@ GLfloat angle = -150; /* in degrees */ GLfloat angle2 = 30; /* in degrees */ /* Near and far parameters */ -GLfloat near = -10; -GLfloat far = 10; +GLfloat near = -100; +GLfloat far = 100; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0;