mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
More cleanup
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user