From cc59a82104f5650c0c8cc9496335de890f21d731 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 20:35:21 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 24de6b5..4615b63 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 */ + 0.0, /* Z near */ 1000.0 /* Z far */ ); -- 2.20.1