var shape = new THREE.SphereGeometry(200, -200, 50); var cover = new THREE.MeshNormalMaterial(); var sailboat = new THREE.Mesh (shape, cover); scene.add(sailboat); sailboat.position.set(0, 0, 0); sailboat.rotation.set(300, -300, -100);