We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802ae78 commit 79f372aCopy full SHA for 79f372a
packages/front/src/core/PostproductionRenderer/example.ts
@@ -117,7 +117,7 @@ fragments.core.models.materials.list.onItemSet.add(({ value: material }) => {
117
:::
118
*/
119
120
-const fragPaths = ["/resources/frags/school_arq.frag"];
+const fragPaths = ["https://thatopen.github.io/engine_components/resources/frags/school_arq.frag"];
121
await Promise.all(
122
fragPaths.map(async (path) => {
123
const modelId = path.split("/").pop()?.split(".").shift();
0 commit comments