From: ehofman Date: Thu, 27 Oct 2005 08:40:12 +0000 (+0000) Subject: Jim Wilson: Adjusting the near clip plane to 0.10 units (approx 3 inches) is less... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=71dbe7dc29b3ae4445f3d2e489c3c18a0e6d7574;p=flightgear.git Jim Wilson: Adjusting the near clip plane to 0.10 units (approx 3 inches) is less ambitious, a bit more forgiving for the 3D modelers, and perfectly adequate. --- diff --git a/src/Model/acmodel.cxx b/src/Model/acmodel.cxx index 155c17d99..3267dc0c6 100644 --- a/src/Model/acmodel.cxx +++ b/src/Model/acmodel.cxx @@ -71,7 +71,7 @@ FGAircraftModel::FGAircraftModel () : _aircraft(0), _selector(new ssgSelector), _scene(new ssgRoot), - _nearplane(0.01f), + _nearplane(0.10f), _farplane(1000.0f) { }