]> git.mxchange.org Git - flightgear.git/commitdiff
Changed cockpit near plane to 0.01m for interior view. Far plane is
authordavid <david>
Thu, 4 Apr 2002 01:32:57 +0000 (01:32 +0000)
committerdavid <david>
Thu, 4 Apr 2002 01:32:57 +0000 (01:32 +0000)
100m, so it should be OK.

src/Main/main.cxx

index 7ee6c4531456d0f6bec4219d4a975f9f62d0ae3c..6b7e180abe58e4ea0a1cd3542732f3746c7b15fb 100644 (file)
@@ -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;