Skip to content

Commit

Permalink
Update three.js and rhino3dm.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Nov 20, 2023
1 parent aed3193 commit 600718f
Show file tree
Hide file tree
Showing 6 changed files with 955 additions and 1,348 deletions.
8 changes: 4 additions & 4 deletions libs/loaders/rhino3dm.min.js

Large diffs are not rendered by default.

Binary file modified libs/loaders/rhino3dm.wasm
Binary file not shown.
8 changes: 4 additions & 4 deletions libs/loaders/web-ifc-api-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -5419,9 +5419,9 @@ var WebIFC = (() => {
if (typeof globalThis == "object") {
return globalThis;
}
return function() {
return (/* @__PURE__ */ function() {
return Function;
}()("return this")();
}())("return this")();
}
function __emval_get_global(name) {
name >>>= 0;
Expand Down Expand Up @@ -8106,9 +8106,9 @@ var WebIFC = (() => {
if (typeof globalThis == "object") {
return globalThis;
}
return function() {
return (/* @__PURE__ */ function() {
return Function;
}()("return this")();
}())("return this")();
}
function __emval_get_global(name) {
name >>>= 0;
Expand Down
Loading

0 comments on commit 600718f

Please sign in to comment.