MariENB FROST 3.4.2
This commit is contained in:
parent
ebefcee4f4
commit
a55dc82fcc
8 changed files with 58 additions and 39 deletions
|
|
@ -13,6 +13,7 @@ EnableBloom=true
|
|||
EnableLens=false
|
||||
EnableDepthOfField=true
|
||||
EnableSSAO=true
|
||||
EnableSkyAmbientCalculation=true
|
||||
[COLORCORRECTION]
|
||||
UseProceduralCorrection=true
|
||||
Brightness=1.0
|
||||
|
|
@ -61,7 +62,7 @@ GradientIntensitySunrise=1.110001
|
|||
GradientIntensityDay=1.330001
|
||||
GradientIntensitySunset=1.110001
|
||||
GradientIntensityDusk=1.03
|
||||
GradientIntensityNight=0.970001
|
||||
GradientIntensityNight=0.960001
|
||||
GradientIntensityInteriorDay=1.29
|
||||
GradientIntensityInteriorNight=0.94
|
||||
GradientDesaturationDawn=0.0
|
||||
|
|
@ -152,14 +153,14 @@ CloudsIntensityDusk=0.880001
|
|||
CloudsIntensityNight=0.640001
|
||||
CloudsIntensityInteriorDay=1.26
|
||||
CloudsIntensityInteriorNight=0.64
|
||||
CloudsCurveDawn=1.28
|
||||
CloudsCurveSunrise=1.01
|
||||
CloudsCurveDay=0.83
|
||||
CloudsCurveSunset=1.02
|
||||
CloudsCurveDusk=1.26
|
||||
CloudsCurveNight=1.44
|
||||
CloudsCurveInteriorDay=0.88
|
||||
CloudsCurveInteriorNight=1.37
|
||||
CloudsCurveDawn=0.81
|
||||
CloudsCurveSunrise=0.86
|
||||
CloudsCurveDay=0.95
|
||||
CloudsCurveSunset=0.87
|
||||
CloudsCurveDusk=0.82
|
||||
CloudsCurveNight=0.76
|
||||
CloudsCurveInteriorDay=0.95
|
||||
CloudsCurveInteriorNight=0.78
|
||||
CloudsDesaturationDawn=0.0
|
||||
CloudsDesaturationSunrise=0.0
|
||||
CloudsDesaturationDay=0.0
|
||||
|
|
@ -266,6 +267,22 @@ AmbientLightingIntensityDusk=0.77
|
|||
AmbientLightingIntensityNight=0.71
|
||||
AmbientLightingIntensityInteriorDay=0.17
|
||||
AmbientLightingIntensityInteriorNight=0.12
|
||||
SkyAmbientTopIntensityDawn=0.18
|
||||
SkyAmbientTopIntensitySunrise=0.23
|
||||
SkyAmbientTopIntensityDay=0.31
|
||||
SkyAmbientTopIntensitySunset=0.22
|
||||
SkyAmbientTopIntensityDusk=0.16
|
||||
SkyAmbientTopIntensityNight=0.11
|
||||
SkyAmbientTopIntensityInteriorDay=0.06
|
||||
SkyAmbientTopIntensityInteriorNight=0.03
|
||||
SkyAmbientBottomIntensityDawn=0.13
|
||||
SkyAmbientBottomIntensitySunrise=0.18
|
||||
SkyAmbientBottomIntensityDay=0.22
|
||||
SkyAmbientBottomIntensitySunset=0.17
|
||||
SkyAmbientBottomIntensityDusk=0.11
|
||||
SkyAmbientBottomIntensityNight=0.08
|
||||
SkyAmbientBottomIntensityInteriorDay=0.03
|
||||
SkyAmbientBottomIntensityInteriorNight=0.01
|
||||
[SSAO_SSIL]
|
||||
UseIndirectLighting=true
|
||||
SamplingQuality=1
|
||||
|
|
@ -280,6 +297,9 @@ AOMixingType=2
|
|||
AOMixingTypeInterior=2
|
||||
ResolutionScale=0.5
|
||||
SourceTexturesScale=1.0
|
||||
UseComplexAmbientOcclusion=true
|
||||
EnableComplexFilter=true
|
||||
FilterBluriness=1
|
||||
[FOG]
|
||||
IgnoreWeatherSystem=true
|
||||
DistanceFadeDawn=1.0
|
||||
|
|
|
|||
Reference in a new issue