-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update package.json and docs newlines
- Loading branch information
Showing
14 changed files
with
37 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ world.scene.three.add(model); | |
const tiler = components.get(OBC.IfcGeometryTiler); | ||
|
||
const wasm = { | ||
path: "https://unpkg.com/[email protected].57/", | ||
path: "https://unpkg.com/[email protected].65/", | ||
absolute: true, | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ await fragmentIfcLoader.setup(); | |
// If you want to the path to unpkg manually, then you can skip the line | ||
// above and set them manually as below: | ||
// fragmentIfcLoader.settings.wasm = { | ||
// path: "https://unpkg.com/[email protected].57/", | ||
// path: "https://unpkg.com/[email protected].65/", | ||
// absolute: true, | ||
// }; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ async function downloadFilesSequentially( | |
const propsStreamer = components.get(OBC.IfcPropertiesTiler); | ||
|
||
propsStreamer.settings.wasm = { | ||
path: "https://unpkg.com/[email protected].57/", | ||
path: "https://unpkg.com/[email protected].65/", | ||
absolute: true, | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,7 @@ To convert IFC to JSON we need 2 things: `web-ifc` an the JSON exporter. The for | |
const isolator = components.get(OBC.IfcIsolator); | ||
|
||
const webIfc = new WEBIFC.IfcAPI(); | ||
webIfc.SetWasmPath("https://unpkg.com/[email protected].57/", true); | ||
webIfc.SetWasmPath("https://unpkg.com/[email protected].65/", true); | ||
await webIfc.Init(); | ||
|
||
/* MD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ To convert IFC to JSON we need 2 things: `web-ifc` an the JSON exporter. The for | |
const exporter = components.get(OBC.IfcJsonExporter); | ||
|
||
const webIfc = new WEBIFC.IfcAPI(); | ||
webIfc.SetWasmPath("https://unpkg.com/[email protected].61/", true); | ||
webIfc.SetWasmPath("https://unpkg.com/[email protected].65/", true); | ||
await webIfc.Init(); | ||
|
||
/* MD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters