wax, fix detail roughness, dlss

This commit is contained in:
2022-06-02 13:48:10 +05:00
parent d1dd781a40
commit 8371089d19
10 changed files with 7 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
r.SkinCache.CompileShaders=True r.SkinCache.CompileShaders=True
r.RayTracing=True r.RayTracing=True
r.TessellationAdaptivePixelsPerTriangle=3.000000 r.TessellationAdaptivePixelsPerTriangle=3.000000
r.RayTracing.UseTextureLod=False
r.ReflectionCaptureResolution=512
[/Script/Engine.Engine] [/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/GraffinStarter") +ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/GraffinStarter")
Binary file not shown.
+5
View File
@@ -7,6 +7,11 @@
{ {
"Name": "Water", "Name": "Water",
"Enabled": true "Enabled": true
},
{
"Name": "DLSS",
"Enabled": true,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss"
} }
] ]
} }