mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 14:19:30 -07:00
Oops, fixing the URLs for the shaders
This commit is contained in:
@@ -3,7 +3,7 @@ import { loadText, make1DTexture, makePassFBO, makePass } from "./utils.js";
|
||||
export default (regl, config, inputs) => {
|
||||
const output = makePassFBO(regl, config.useHalfFloat);
|
||||
const { backgroundColor } = config;
|
||||
const resurrectionPassFrag = loadText("../shaders/resurrectionPass.frag");
|
||||
const resurrectionPassFrag = loadText("shaders/resurrectionPass.frag");
|
||||
|
||||
const render = regl({
|
||||
frag: regl.prop("frag"),
|
||||
|
||||
Reference in New Issue
Block a user