Skip to content

Commit 898e927

Browse files
committed
Fix path to wgsl
1 parent 16ddb58 commit 898e927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/light2/scene/scene.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class LightScene {
3838
async Init() {
3939
console.log("Init Scene")
4040
let shader = await GPU.CreateShaderFromURL(
41-
"scripts/modules/propagation/common.wgsl",
41+
"scripts/modules/light/propagation/common.wgsl",
4242
"scripts/light2/scene/scene.wgsl")
4343

4444
// 0: color emitter circular harmonics, z-component

0 commit comments

Comments
 (0)