Skip to content

Commit 97788cc

Browse files
committed
chore: rebuild examples
1 parent dba813b commit 97788cc

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

examples/assets/attributes.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/assets/iDS.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/obc/src/components/charts/Attributes/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ fragments.list.onItemSet.add(async ({ value: model }) => {
173173

174174
const name = "sample";
175175

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

packages/obc/src/components/charts/IDS/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ fragments.list.onItemSet.add(({ value: model }) => {
146146
fragments.core.update(true);
147147
});
148148

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

0 commit comments

Comments
 (0)