Skip to content

Commit

Permalink
deploy: 3670f6e
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Nov 12, 2024
1 parent 5be984b commit 179e786
Show file tree
Hide file tree
Showing 13 changed files with 361 additions and 80 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
envMaps
} from "./chunk-OKIJGAYC.js";
envMaps,
parseXYZ
} from "./chunk-XAJMD57L.js";
import {
Audio,
AudioGraphics,
Expand Down Expand Up @@ -52,7 +53,7 @@ import {
getRelativePositionAndRotationRelativeToObject,
parseColorAttribute,
radToDeg
} from "./chunk-63H67EAJ.js";
} from "./chunk-CNLM5BYA.js";

// ../../node_modules/three/build/three.module.js
var REVISION = "163";
Expand Down Expand Up @@ -32904,7 +32905,6 @@ var StandaloneThreeJSAdapter = class _StandaloneThreeJSAdapter {
});
}
setControlsType(type) {
console.log("setControlsType", type);
if (this.controls) {
this.controls.dispose();
this.controls = null;
Expand All @@ -32924,7 +32924,6 @@ var StandaloneThreeJSAdapter = class _StandaloneThreeJSAdapter {
break;
}
if (this.controls) {
console.log("Controls type set to", this.controls.type);
this.controls.enable();
}
}
Expand Down Expand Up @@ -34045,10 +34044,6 @@ var ThreeJSModeInternal = class {
}
}
};
function parseXYZ(str) {
const asNumbers = str.split(",").slice(0, 3).map(parseFloat).map((v) => isNaN(v) ? 0 : v);
return [asNumbers[0] || 0, asNumbers[1] || 0, asNumbers[2] || 0];
}
export {
ThreeJSModeInternal
};
Expand All @@ -34069,4 +34064,4 @@ three/examples/jsm/libs/fflate.module.js:
version 0.8.2
*)
*/
//# sourceMappingURL=ThreeJSModeInternal-2Q5CINU3.js.map
//# sourceMappingURL=ThreeJSModeInternal-GUIVAIT5.js.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions pull/205/v1/chunk-63H67EAJ.js.map

This file was deleted.

39 changes: 27 additions & 12 deletions pull/205/v1/chunk-63H67EAJ.js → pull/205/v1/chunk-CNLM5BYA.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pull/205/v1/chunk-CNLM5BYA.js.map

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions pull/205/v1/chunk-OKIJGAYC.js

This file was deleted.

7 changes: 0 additions & 7 deletions pull/205/v1/chunk-OKIJGAYC.js.map

This file was deleted.

22 changes: 22 additions & 0 deletions pull/205/v1/chunk-XAJMD57L.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pull/205/v1/chunk-XAJMD57L.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pull/205/v1/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pull/205/v1/index.js.map

Large diffs are not rendered by default.

0 comments on commit 179e786

Please sign in to comment.