More random blender and three.js practice. { "imports": { "three": "https://unpkg.com/three@0.160.0/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.160.0/examples/jsm/" } } import * as THREE from "three"; import { OrbitControls } from "three/addons/controls/OrbitControls"; import { GLTFLoader } from "three/addons/loaders/GLTFLoader.