This project uses THREE.js to render a 3D sketch of the Earth. The sketch includes a rotating globe with continents, oceans, and atmospheric effects.
git clone https://github.com/your-username/earth-sketch.git2.cd sketch3.npm install4.npm start
- Open
index.htmlin a web browser to view the sketch. - Use the mouse to rotate the globe.
- Press
spaceto toggle the atmospheric effects.
- The main HTML file that loads the THREE.js scene.
- The JavaScript file that creates the THREE.js scene, including the globe, continents, oceans, and atmospheric effects.
- The CSS file that styles the HTML elements.
- A folder containing the texture maps for the globe.