Browse Source

fixing a lot of error spam from this asv test

Signed-off-by: mrieggeramzn <[email protected]>
mrieggeramzn 3 years ago
parent
commit
d8c37d4090
1 changed files with 0 additions and 8 deletions
  1. 0 8
      Scripts/ShadowTest.bv.lua

+ 0 - 8
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')