Skip to content

Commit

Permalink
Fix path to wgsl
Browse files Browse the repository at this point in the history
  • Loading branch information
s-macke committed Aug 31, 2024
1 parent 16ddb58 commit 898e927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/light2/scene/scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class LightScene {
async Init() {
console.log("Init Scene")
let shader = await GPU.CreateShaderFromURL(
"scripts/modules/propagation/common.wgsl",
"scripts/modules/light/propagation/common.wgsl",
"scripts/light2/scene/scene.wgsl")

// 0: color emitter circular harmonics, z-component
Expand Down

0 comments on commit 898e927

Please sign in to comment.