From 17d127ecf3ca0a373841be82ad4af7120da561e4 Mon Sep 17 00:00:00 2001
From: raveenajain <jain.rav@husky.neu.edu>
Date: Fri, 28 Jun 2019 10:07:49 -0700
Subject: [PATCH] modify shadow debugger for new bias input

---
 scripts/developer/utilities/render/shadow.qml | 22 ++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 scripts/developer/utilities/render/shadow.qml

diff --git a/scripts/developer/utilities/render/shadow.qml b/scripts/developer/utilities/render/shadow.qml
old mode 100644
new mode 100755
index a1d6777a68..427b52c659
--- a/scripts/developer/utilities/render/shadow.qml
+++ b/scripts/developer/utilities/render/shadow.qml
@@ -67,7 +67,7 @@ Rectangle {
     }
 
     ColumnLayout {
-        spacing: 20
+        spacing: 10
         anchors.left: parent.left
         anchors.right: parent.right      
         anchors.margins: hifi.dimensions.contentMargin.x  
@@ -109,6 +109,26 @@ Rectangle {
                 font.italic: true
             }
         }
+        ConfigSlider {
+            label: qsTr("Bias Input")
+            integral: false
+            config: shadowConfig
+            property: "biasInput"
+            max: 1.0
+            min: 0.0
+            height: 38
+            width:250
+        }
+        ConfigSlider {
+            label: qsTr("Shadow Max Distance")
+            integral: false
+            config: shadowConfig
+            property: "globalMaxDistance"
+            max: 100.0
+            min: 1.0
+            height: 38
+            width:250
+        }
         Repeater {
             model: [
                 "0", "1", "2", "3"