Skip to content

Commit

Permalink
Add alternative config by redbeardt
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jan 10, 2024
1 parent 7007d96 commit 1c016a7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Config/worldglobal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,21 @@

</append>

<!-- Alternative config by redbeardt
<append xpath="/worldglobal/environment">
<property name="exposureDownUpSpeed" value="2,2"/>
<property name="exposureLuminanceRange" value="-8,9"/>
<property name="exposureFilterRange" value="1,99"/>
<property name="exposureFactorOutAndInsideDay" value=".1,.2"/>
<property name="exposureFactorOutAndInsideNight" value=".1,1"/>
<property name="exposureFactor" value="2"/>
<property name="exposurePower" value="1"/>
<property name="exposureMin" value="0"/>
<property name="exposureMax" value="20"/>
<property name="exposureOffset" value="1"/>
<property name="exposureLogBase" value="0"/>
<property name="exposureFallOffFactor" value="0"/>
</append>
-->

</worldglobal>

0 comments on commit 1c016a7

Please sign in to comment.