feat: GI设置默认最高画质,移除废弃Toon材质

This commit is contained in:
2025-11-12 16:08:32 +08:00
parent b6beeb34ec
commit 0f0eb1d21f
11 changed files with 22 additions and 23 deletions

View File

@@ -40,6 +40,7 @@ r.DefaultFeature.MotionBlur=False
r.TextureStreaming=False r.TextureStreaming=False
r.AntiAliasingMethod=0 r.AntiAliasingMethod=0
r.Mobile.AntiAliasing=3 r.Mobile.AntiAliasing=3
r.ScreenPercentage.Default=100.000000
[/Script/WindowsTargetPlatform.WindowsTargetSettings] [/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
@@ -76,8 +77,9 @@ CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
[/Script/Engine.UserInterfaceSettings] [/Script/Engine.UserInterfaceSettings]
bAuthorizeAutomaticWidgetVariableCreation=False bAuthorizeAutomaticWidgetVariableCreation=False
FontDPIPreset=Standard FontDPIPreset=Unreal
FontDPI=72 FontDPI=96
bUseCustomFontDPI=False
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] [/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True bEnablePlugin=True

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.