repo: janusweb action: commit revision: path_from: revision_from: b995d83a5dc7801dc35519c63e29e24121c1ae13: path_to: revision_to:
commit b995d83a5dc7801dc35519c63e29e24121c1ae13 Author: James BaicoianuDate: Sun Oct 15 23:09:54 2017 -0700 Changed default shadow bias diff --git a/scripts/januslight.js b/scripts/januslight.js
--- 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-----