From 81b46a321a06f105ba42888443c23de0f4eaa8e0 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Wed, 18 Apr 2018 00:33:48 -0700 Subject: [PATCH] imports for scatterplot regl --- src/components/scatterplot/scatterplot.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/scatterplot/scatterplot.js b/src/components/scatterplot/scatterplot.js index 75685360..eed3bf6a 100644 --- a/src/components/scatterplot/scatterplot.js +++ b/src/components/scatterplot/scatterplot.js @@ -10,6 +10,16 @@ import setupScatterplot from "./setupScatterplot"; import styles from './scatterplot.css'; import drawScatterplotCanvas from "./drawScatterplotCanvas"; +import mat4 from 'gl-mat4'; +import fit from 'canvas-fit'; +import _camera from '../../util/camera.js' +import _regl from 'regl' +import _drawPoints from './drawPointsRegl' + +import { + scaleRGB +} from "../../util/scaleRGB"; + import { margin, width,