Changed cockpit near plane to 0.01m for interior view. Far plane is
100m, so it should be OK.
This commit is contained in:
parent
8b18201ced
commit
21d8c07576
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue