Created
October 25, 2017 07:36
-
-
Save liantian-cn/97cf98d61ec6eb15af360c2d385867bd to your computer and use it in GitHub Desktop.
Engine.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[/Script/Engine.RendererSettings] | |
grass.DiscardDataOnLoad=1 | |
r.DefaultFeature.Bloom=False | |
r.ReflectionEnvironment=0 | |
r.DefaultFeature.AmbientOcclusion=False | |
r.DefaultFeature.AmbientOcclusionStaticFraction=False | |
r.DefaultFeature.AutoExposure=False | |
r.DefaultFeature.MotionBlur=0 | |
r.DefaultFeature.LensFlare=0 | |
r.AmbientOcclusionLevels=0 | |
r.AmbientOcclusionRadiusScale=0.1 | |
r.DepthOfFieldQuality=0 | |
r.DepthOfField.MaxSize=0 | |
r.DistanceFieldShadowing=0 | |
r.DistanceFieldAO=0 | |
r.LensFlareQuality=0 | |
r.SceneColorFringeQUality=0 | |
r.Upscale.Quality=0 | |
r.FastBlurThreshold=0 | |
r.LightFunctionQuality=0 | |
r.ShadowQuality=0 | |
r.Shadow.CSM.MaxCascades=1 | |
r.Shadow.MaxResolution=128 | |
r.Shadow.RadiusThreshold=0.1 | |
r.Shadow.DistanceScale=0.1 | |
r.Shadow.CSM.TransitionScale=0.1 | |
r.TranslucencyLightingVolumeDim=32 | |
r.RefractionQuality=0 | |
r.SceneColorFormat=0 | |
r.DetailMode=0 | |
r.TranslucencyVolumeBlur=1 | |
r.MaterialQualityLevel=0 | |
r.MaxAnisotropy=1 | |
r.SubsurfaceQuality=0 | |
r.SSR.Quality=0 | |
r.Atmosphere=0 | |
r.SimpleDynamicLighting=1 | |
r.HalfResReflections=1 | |
r.LightShaftQuality=0 | |
r.TonemapperQuality=0 | |
r.SwitchGridShadow=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment