Lower DoF downscale in Medium preset to 2 instead of 4
This prevents some heavy graphical artifacts
This commit is contained in:
parent
b7ae36b06c
commit
fccaf1f5f2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ filterPCF=0
|
|||
|
||||
[Medium]
|
||||
shadowResolution=512
|
||||
dofDownscale=4
|
||||
dofDownscale=2
|
||||
filterPCF=1
|
||||
|
||||
[High]
|
||||
|
|
Reference in a new issue