const uv = new THREE.TextureLoader().load($URL); const mat1 = new THREE.MeshBasicMaterial({ map: uv,});