MariENB 1.2015.6.30
This commit is contained in:
parent
a00a0e3541
commit
95c324cfa0
10 changed files with 161 additions and 255 deletions
|
|
@ -8,7 +8,7 @@ EnableBloom=true
|
|||
EnableLens=true
|
||||
EnableAdaptation=true
|
||||
EnableDepthOfField=true
|
||||
EnableAmbientOcclusion=true
|
||||
EnableAmbientOcclusion=false
|
||||
EnableDetailedShadow=false
|
||||
EnableSunRays=true
|
||||
EnableSunGlare=true
|
||||
|
|
@ -61,8 +61,8 @@ UseIndirectLighting=true
|
|||
SamplingQuality=1
|
||||
SamplingPrecision=1
|
||||
SamplingRange=0.1
|
||||
FadeFogRangeDay=2.5
|
||||
FadeFogRangeNight=3.5
|
||||
FadeFogRangeDay=0.5
|
||||
FadeFogRangeNight=0.5
|
||||
SizeScale=0.5
|
||||
SourceTexturesScale=0.5
|
||||
FilterQuality=1
|
||||
|
|
|
|||
|
|
@ -164,10 +164,10 @@ ChromaAberrationOverbright=0.0
|
|||
ChromaAberrationOverbrightMax=4.0
|
||||
ChromaAberrationOverbrightMin=0.8
|
||||
EnableLUTGrading=true
|
||||
LUTBlendNight=1.0
|
||||
LUTBlendDay=1.0
|
||||
LUTBlendInteriorNight=1.0
|
||||
LUTBlendInteriorDay=1.0
|
||||
LUTBlendNight=0.3
|
||||
LUTBlendDay=0.35
|
||||
LUTBlendInteriorNight=0.25
|
||||
LUTBlendInteriorDay=0.3
|
||||
LUTNight=1
|
||||
LUTDay=1
|
||||
LUTInteriorNight=1
|
||||
|
|
|
|||
|
|
@ -71,24 +71,24 @@ EdgeFadeMultiplierInteriorNight=700.0
|
|||
EdgeFadeMultiplierInteriorDay=800.0
|
||||
EdgePower=0.5
|
||||
EdgeMultiplier=128.0
|
||||
SSAOEnable=false
|
||||
SSAOEnable=true
|
||||
SSAORadius=1.0
|
||||
SSAONoise=1
|
||||
SSAONoise=0
|
||||
SSAOFadePowerNight=0.17
|
||||
SSAOFadePowerDay=0.19
|
||||
SSAOFadePowerDay=0.28
|
||||
SSAOFadePowerInteriorNight=0.12
|
||||
SSAOFadePowerInteriorDay=0.17
|
||||
SSAOFadePowerInteriorDay=0.18
|
||||
SSAOFadeMultiplierNight=2.12
|
||||
SSAOFadeMultiplierDay=2.23
|
||||
SSAOFadeMultiplierDay=2.29
|
||||
SSAOFadeMultiplierInteriorNight=2.08
|
||||
SSAOFadeMultiplierInteriorDay=2.15
|
||||
SSAOMultiplier=1.0
|
||||
SSAOPower=1.5
|
||||
SSAOBlend=1.0
|
||||
SSAOBlurEnable=true
|
||||
SSAOBilateralFactor=1000.0
|
||||
SSAOBilateralFactor=10000.0
|
||||
SSAOClampFactor=0.1
|
||||
SSAOBlurRadius=1.0
|
||||
SSAOBlurRadius=0.5
|
||||
DebugSSAO=false
|
||||
SharpenEnable=true
|
||||
SharpenRadius=0.8
|
||||
|
|
|
|||
Reference in a new issue