mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
map lighting tweak, default settings tweak
This commit is contained in:
parent
e05faa184f
commit
fa5a1432c9
2 changed files with 3 additions and 1 deletions
|
@ -482,11 +482,13 @@ void RenderingManager::preCellChange(MWWorld::Ptr::CellStore* cell)
|
|||
void RenderingManager::disableLights()
|
||||
{
|
||||
mObjects.disableLights();
|
||||
sunDisable();
|
||||
}
|
||||
|
||||
void RenderingManager::enableLights()
|
||||
{
|
||||
mObjects.enableLights();
|
||||
sunEnable();
|
||||
}
|
||||
|
||||
const bool RenderingManager::useMRT()
|
||||
|
|
|
@ -93,7 +93,7 @@ rtt size = 512
|
|||
reflect terrain = true
|
||||
reflect statics = false
|
||||
reflect small statics = false
|
||||
reflect actors = true
|
||||
reflect actors = false
|
||||
reflect misc = false
|
||||
|
||||
# Enable underwater effect. It is not resource intensive, so only disable it if you have problems.
|
||||
|
|
Loading…
Reference in a new issue