repo: janusweb
action: commit
revision: 
path_from: 
revision_from: b995d83a5dc7801dc35519c63e29e24121c1ae13:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit b995d83a5dc7801dc35519c63e29e24121c1ae13
Author: James Baicoianu 
Date:   Sun Oct 15 23:09:54 2017 -0700

    Changed default shadow bias

diff --git a/scripts/januslight.js b/scripts/januslight.js
index 691806737915a6cb9c83fe2ce6478642cb1b3e46..
index ..84c0df1245cee66404835321f558a7e25c0604ee 100644
--- a/scripts/januslight.js
+++ b/scripts/januslight.js
@@ -11,7 +11,7 @@ elation.require(['janusweb.janusbase'], function() {
         light_shadow: { type: 'boolean', default: false, set: this.updateLight },
         light_shadow_near: { type: 'float', default: .1, set: this.updateLight },
         light_shadow_far: { type: 'float', set: this.updateLight },
-        light_shadow_bias: { type: 'float', default: .02, set: this.updateLight },
+        light_shadow_bias: { type: 'float', default: .0001, set: this.updateLight },
         light_shadow_radius: { type: 'float', default: 2.5, set: this.updateLight },
       });
     }

-----END OF PAGE-----