Skip to content

Commit 600718f

Browse files
committed
Update three.js and rhino3dm.js.
1 parent aed3193 commit 600718f

File tree

6 files changed

+955
-1348
lines changed

6 files changed

+955
-1348
lines changed

libs/loaders/rhino3dm.min.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/loaders/rhino3dm.wasm

-278 KB
Binary file not shown.

libs/loaders/web-ifc-api-browser.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -5419,9 +5419,9 @@ var WebIFC = (() => {
54195419
if (typeof globalThis == "object") {
54205420
return globalThis;
54215421
}
5422-
return function() {
5422+
return (/* @__PURE__ */ function() {
54235423
return Function;
5424-
}()("return this")();
5424+
}())("return this")();
54255425
}
54265426
function __emval_get_global(name) {
54275427
name >>>= 0;
@@ -8106,9 +8106,9 @@ var WebIFC = (() => {
81068106
if (typeof globalThis == "object") {
81078107
return globalThis;
81088108
}
8109-
return function() {
8109+
return (/* @__PURE__ */ function() {
81108110
return Function;
8111-
}()("return this")();
8111+
}())("return this")();
81128112
}
81138113
function __emval_get_global(name) {
81148114
name >>>= 0;

0 commit comments

Comments
 (0)