We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ddb58 commit 898e927Copy full SHA for 898e927
1 file changed
src/scripts/light2/scene/scene.ts
@@ -38,7 +38,7 @@ export class LightScene {
38
async Init() {
39
console.log("Init Scene")
40
let shader = await GPU.CreateShaderFromURL(
41
- "scripts/modules/propagation/common.wgsl",
+ "scripts/modules/light/propagation/common.wgsl",
42
"scripts/light2/scene/scene.wgsl")
43
44
// 0: color emitter circular harmonics, z-component
0 commit comments