More cleanup

This commit is contained in:
Rezmason
2020-01-22 13:02:08 -08:00
parent cadd769b63
commit 05933a5dda
6 changed files with 113 additions and 130 deletions

View File

@@ -42,7 +42,7 @@
import {
loadImages,
makeFullScreenQuad,
makePalette
make1DTexture
} from "./js/utils.js";
import makeConfig from "./js/config.js";
import makeMatrixRenderer from "./js/renderer.js";
@@ -67,7 +67,7 @@
});
const [config, uniforms] = makeConfig(window.location.search, data =>
makePalette(regl, data)
make1DTexture(regl, data)
);
const resize = () => {