flekschas / regl-scatterplot

Scalable WebGL-based scatter plot library build with Regl
https://flekschas.github.io/regl-scatterplot/
MIT License
192 stars 24 forks source link

The lasso interaction can break #96

Open flekschas opened 1 year ago

flekschas commented 1 year ago

In the multiple instance example, I noticed the lasso interaction can sometimes (I don't know when or why exactly) break due to the following error:

Uncaught TypeError: m is null
    transformMat42 vec4.js:486
    getScatterGlPos index.js:489
    raycast index.js:508
    mouseMoveHandler index.js:845
[vec4.js:486:2](http://localhost:3000/node_modules/gl-matrix/esm/vec4.js)
    transformMat42 vec4.js:486
    getScatterGlPos index.js:489
    raycast index.js:508
    mouseMoveHandler index.js:845