imports for scatterplot regl

This commit is contained in:
Colin Megill
2018-04-18 00:33:48 -07:00
parent e1008e30dd
commit 81b46a321a
+10
View File
@@ -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,