From 0c1fa5f1a592ca7abfd72722bb1db5e7fade885b Mon Sep 17 00:00:00 2001 From: david Date: Tue, 2 Apr 2002 20:57:32 +0000 Subject: [PATCH] Changed far clip plane for cockpit interior to 100m. --- src/Main/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index f54bb64df..ef9d70bf7 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -139,7 +139,7 @@ sgVec3 rway_ols; // ADA // Clip plane settings... float cockpit_nearplane = 0.1f; -float cockpit_farplane = 120000.0f; +float cockpit_farplane = 100.0f; float scene_nearplane = 0.5f; float scene_farplane = 120000.0f;