Skip to content

Commit 1b83acc

Browse files
committed
Decrease lasso min delay + dist for a smoother lasso
1 parent 8e005de commit 1b83acc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const COLOR_NORMAL_IDX = 0;
55
export const COLOR_NUM_STATES = 4;
66
export const FLOAT_BYTES = Float32Array.BYTES_PER_ELEMENT;
77
export const GL_EXTENSIONS = ['OES_standard_derivatives', 'OES_texture_float'];
8-
export const LASSO_MIN_DELAY = 15;
9-
export const LASSO_MIN_DIST = 4;
8+
export const LASSO_MIN_DELAY = 10;
9+
export const LASSO_MIN_DIST = 3;
1010

1111
// Default attribute
1212
export const DEFAULT_DATA_ASPECT_RATIO = 1;

0 commit comments

Comments
 (0)