Changed far clip plane for cockpit interior to 100m.
This commit is contained in:
parent
2717dba826
commit
0c1fa5f1a5
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ sgVec3 rway_ols;
|
|||
// ADA
|
||||
// Clip plane settings...
|
||||
float cockpit_nearplane = 0.1f;
|
||||
float cockpit_farplane = 120000.0f;
|
||||
float cockpit_farplane = 100.0f;
|
||||
float scene_nearplane = 0.5f;
|
||||
float scene_farplane = 120000.0f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue