click here for imagethere is a task involving rotating the cube, but the axis of rotation currently sits in the center. How can you adjust it to shift towards the side?
let skyboxGeo3 = new THREE.BoxGeometry( 250, 10,250 );
let skybox3 = new THREE.Mesh( skyboxGeo3, new THREE.MeshBasicMaterial( { color: 0x00ff00 } ) );
skybox3.rotation.y= 10