increased eraser range

This commit is contained in:
ericrius1 2016-02-23 18:46:38 -08:00
parent 0ff8201994
commit 67ec1732b3

View file

@ -21,9 +21,9 @@
Eraser = function() {
_this = this;
_this.ERASER_TRIGGER_THRESHOLD = 0.1;
_this.ERASER_TRIGGER_THRESHOLD = 0.2;
_this.STROKE_NAME = "hifi-marker-stroke";
_this.ERASER_TO_STROKE_SEARCH_RADIUS = 0.4;
_this.ERASER_TO_STROKE_SEARCH_RADIUS = 0.7;
};
Eraser.prototype = {