THREE = {
const THREE = window.THREE = await require("three@0.99.0/build/three.min.js");
await require("three@0.99.0/examples/js/controls/OrbitControls.js").catch(() => {});
await require("three@0.99.0/examples/js/controls/TransformControls.js").catch(() => {});
await require("three@0.99.0/examples/js/controls/DragControls.js").catch(() => {});
await require("three@0.99.0/examples/js/loaders/OBJLoader.js").catch(() => {});
return THREE;
}