From: david Date: Thu, 4 Apr 2002 01:32:57 +0000 (+0000) Subject: Changed cockpit near plane to 0.01m for interior view. Far plane is X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21d8c07576122c91079454c348376b66e6c95a3f;p=flightgear.git Changed cockpit near plane to 0.01m for interior view. Far plane is 100m, so it should be OK. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 7ee6c4531..6b7e180ab 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -140,7 +140,7 @@ FGTileEntry *dummy_tile; sgVec3 rway_ols; // ADA // Clip plane settings... -float cockpit_nearplane = 0.1f; +float cockpit_nearplane = 0.01f; float cockpit_farplane = 100.0f; float scene_nearplane = 0.5f; float scene_farplane = 120000.0f;