mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-07 23:32:08 +02:00
increased eraser range
This commit is contained in:
parent
0ff8201994
commit
67ec1732b3
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue