You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import ModelLoader from 'https://model-loader.exokit.org/model-loader.js';
// ...
const model = await ModelLoader.loadModelUrl('model.zip'); // contains model.glb
const scene = new THREE.Scene();
scene.add(model.scene);