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:
parent
d31a1f708c
commit
71dbe7dc29
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ FGAircraftModel::FGAircraftModel ()
|
|||
: _aircraft(0),
|
||||
_selector(new ssgSelector),
|
||||
_scene(new ssgRoot),
|
||||
_nearplane(0.01f),
|
||||
_nearplane(0.10f),
|
||||
_farplane(1000.0f)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue