1
0
Fork 0

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.

This commit is contained in:
ehofman 2005-10-27 08:40:12 +00:00
parent d31a1f708c
commit 71dbe7dc29

View file

@ -71,7 +71,7 @@ FGAircraftModel::FGAircraftModel ()
: _aircraft(0),
_selector(new ssgSelector),
_scene(new ssgRoot),
_nearplane(0.01f),
_nearplane(0.10f),
_farplane(1000.0f)
{
}