diff --git a/Scripts/ShadowTest.bv.lua b/Scripts/ShadowTest.bv.lua index 4ed8cb70..9f35302e 100644 --- a/Scripts/ShadowTest.bv.lua +++ b/Scripts/ShadowTest.bv.lua @@ -75,14 +75,11 @@ function TestDirectionalLight() SetImguiValue('Debug Coloring', false) SetImguiValue('Cascade Position Correction', false) SetImguiValue('Filter Method##Directional', 'PCF') - SetImguiValue('Width##Directional', 0.07) - SetImguiValue('Prediction # ##Directional', 4) SetImguiValue('Filtering # ##Directional', 4) IdleFrames(1) CaptureScreenshot(g_screenshotOutputFolder .. '/directional_pcf_low.png') -- Directional Light PCF high - SetImguiValue('Prediction # ##Directional', 16) SetImguiValue('Filtering # ##Directional', 64) IdleFrames(1) CaptureScreenshot(g_screenshotOutputFolder .. '/directional_pcf_high.png') @@ -132,20 +129,15 @@ function TestDiskLights() SetImguiValue('Red', true) SetImguiValue('Filter Method##Positional', 'PCF') IdleFrames(1) - SetImguiValue('Width##Positional', 0.5) - SetImguiValue('Prediction # ##Positional', 16) SetImguiValue('Filtering # ##Positional', 64) IdleFrames(1) SetImguiValue('Green', true) SetImguiValue('Filter Method##Positional', 'ESM') IdleFrames(1) - SetImguiValue('Width##Positional', 0.5) IdleFrames(1) SetImguiValue('Blue', true) SetImguiValue('Filter Method##Positional', 'ESM+PCF') IdleFrames(1) - SetImguiValue('Width##Positional', 0.5) - SetImguiValue('Prediction # ##Positional', 16) SetImguiValue('Filtering # ##Positional', 64) IdleFrames(1) CaptureScreenshot(g_screenshotOutputFolder .. '/spot_filter_method.png')