uwgraphics / d3-twodim

A D3.v3.js module for creating 2D representations of data
http://uwgraphics.github.io/d3-twodim/
BSD 3-Clause "New" or "Revised" License
14 stars 10 forks source link

Splatterplot outliers twinkle when panning #17

Open yelper opened 7 years ago

yelper commented 7 years ago

This is decidedly not how the outliers should look; outlier points should be constant, regardless of the panning position. See the production version of SplatterJs: http://graphics.cs.wisc.edu/Projects/SplatterJs/

Diagnose the issue (code looks to be the same); check if points have constant z-value, if that z-value is being used by the shader, if the outlier shader is reading the correct texture and parameters, etc.