]> git.mxchange.org Git - flightgear.git/commitdiff
Jim Wilson: Adjusting the near clip plane to 0.10 units (approx 3 inches) is less...
authorehofman <ehofman>
Thu, 27 Oct 2005 08:40:12 +0000 (08:40 +0000)
committerehofman <ehofman>
Thu, 27 Oct 2005 08:40:12 +0000 (08:40 +0000)
src/Model/acmodel.cxx

index 155c17d9971c5d87846710cb6aed0e21356e8d57..3267dc0c62b24c5b127df53a603967235ad490ac 100644 (file)
@@ -71,7 +71,7 @@ FGAircraftModel::FGAircraftModel ()
   : _aircraft(0),
     _selector(new ssgSelector),
     _scene(new ssgRoot),
-    _nearplane(0.01f),
+    _nearplane(0.10f),
     _farplane(1000.0f)
 {
 }