|
@@ -91,5 +91,5 @@ ANKI_CONFIG_VAR_U8(RDlssQuality, 2, 0, 3, "0: Disabled, 1: Performance, 2: Balan
|
|
|
ANKI_CONFIG_VAR_F32(RSharpness, ((ANKI_PLATFORM_MOBILE) ? 0.0f : 0.8f), 0.0f, 1.0f, "Sharpen the image. It's a factor")
|
|
ANKI_CONFIG_VAR_F32(RSharpness, ((ANKI_PLATFORM_MOBILE) ? 0.0f : 0.8f), 0.0f, 1.0f, "Sharpen the image. It's a factor")
|
|
|
|
|
|
|
|
// HiZ
|
|
// HiZ
|
|
|
-ANKI_CONFIG_VAR_U32(RHiZWidth, 1024, 128, 4 * 1024, "HiZ map width")
|
|
|
|
|
-ANKI_CONFIG_VAR_U32(RHiZHeight, 512, 128, 4 * 1024, "HiZ map height")
|
|
|
|
|
|
|
+ANKI_CONFIG_VAR_U32(RHiZWidth, 512, 128, 4 * 1024, "HiZ map width")
|
|
|
|
|
+ANKI_CONFIG_VAR_U32(RHiZHeight, 256, 128, 4 * 1024, "HiZ map height")
|