mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
changed fog configuration to more sensible default values
This commit is contained in:
parent
264bab806b
commit
847ef6df5d
@ -142,8 +142,8 @@ void InteriorCellRender::configureFog()
|
|||||||
Ogre::ColourValue color;
|
Ogre::ColourValue color;
|
||||||
color.setAsRGBA (cell.cell->ambi.fog);
|
color.setAsRGBA (cell.cell->ambi.fog);
|
||||||
|
|
||||||
float high = 1000;
|
float high = 10000;
|
||||||
float low = 100;
|
float low = 8000;
|
||||||
|
|
||||||
scene.getMgr()->setFog (FOG_LINEAR, color, 0, low, high);
|
scene.getMgr()->setFog (FOG_LINEAR, color, 0, low, high);
|
||||||
scene.getCamera()->setFarClipDistance (high + 10);
|
scene.getCamera()->setFarClipDistance (high + 10);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user