1
0
Fork 0

Changed cockpit near plane to 0.01m for interior view. Far plane is

100m, so it should be OK.
This commit is contained in:
david 2002-04-04 01:32:57 +00:00
parent 8b18201ced
commit 21d8c07576

View file

@ -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;