Leveldesign/Import Tests
This commit is contained in:
parent
3442a1a493
commit
de1d036808
32 changed files with 91 additions and 21 deletions
|
@ -80,7 +80,7 @@ r.ForwardShading=True
|
|||
r.DefaultFeature.AntiAliasing=3
|
||||
r.AllowStaticLighting=True
|
||||
r.DefaultFeature.MotionBlur=False
|
||||
r.DefaultFeature.Bloom=True
|
||||
r.DefaultFeature.Bloom=False
|
||||
r.DefaultFeature.AutoExposure=False
|
||||
r.CustomDepth=3
|
||||
r.CustomDepthTemporalAAJitter=True
|
||||
|
@ -89,15 +89,18 @@ r.EarlyZPassMovable=True
|
|||
r.GBufferFormat=1
|
||||
r.Mobile.UseHWsRGBEncoding=True
|
||||
r.MobileMSAA=4
|
||||
r.MobileHDR=False
|
||||
r.MobileHDR=True
|
||||
r.AntiAliasingMethod=3
|
||||
r.Mobile.AntiAliasing=3
|
||||
r.Mobile.AntiAliasing=0
|
||||
vr.VRS.HMDFixedFoveationDynamic=False
|
||||
vr.VRS.HMDFixedFoveationLevel=0
|
||||
vr.MobileMultiView=True
|
||||
r.Substrate=False
|
||||
r.MSAACount=8
|
||||
r.VirtualTextures=True
|
||||
r.Mobile.ShadingPath=0
|
||||
r.DefaultFeature.LensFlare=False
|
||||
r.VT.AnisotropicFiltering=True
|
||||
|
||||
[/Script/NavigationSystem.NavigationSystemV1]
|
||||
bAutoCreateNavigationData=True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue