Skip to content

Commit 79f372a

Browse files
committed
chore: build tutorials
1 parent 802ae78 commit 79f372a

File tree

1 file changed

+1
-1
lines changed
  • packages/front/src/core/PostproductionRenderer

1 file changed

+1
-1
lines changed

packages/front/src/core/PostproductionRenderer/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ fragments.core.models.materials.list.onItemSet.add(({ value: material }) => {
117117
:::
118118
*/
119119

120-
const fragPaths = ["/resources/frags/school_arq.frag"];
120+
const fragPaths = ["https://thatopen.github.io/engine_components/resources/frags/school_arq.frag"];
121121
await Promise.all(
122122
fragPaths.map(async (path) => {
123123
const modelId = path.split("/").pop()?.split(".").shift();

0 commit comments

Comments
 (0)