This is the basic example from the Threejs documentation
function initSphere(){ const geometry = new THREE.SphereGeometry( 150, 14, 14 ); const mate