Skip to content

Commit e7cc259

Browse files
committed
chore: build examples
1 parent 5c8e0c4 commit e7cc259

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/assets/ifcImporter.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/fragments/src/Importers/IfcImporter/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ let onConversionFinish = () => {};
6161

6262
const convertIFC = async () => {
6363
const url =
64-
"https://thatopen.github.io/engine_fragment/resources/ifc/just_wall.ifc";
64+
"https://thatopen.github.io/engine_fragment/resources/ifc/school_str.ifc";
6565
const ifcFile = await fetch(url);
6666
const ifcBuffer = await ifcFile.arrayBuffer();
6767
const ifcBytes = new Uint8Array(ifcBuffer);

0 commit comments

Comments
 (0)