https://github.com/jerald-golden/3d-world
Three.js project that renders a 3D Earth with clouds and a moon, along with a starry background. Demonstrating the capabilities of Three.js for creating immersive 3D visualizations on the web, allowing users to interact with the scene using OrbitControls.
https://github.com/jerald-golden/3d-world
globe threejs
Last synced: over 1 year ago
JSON representation
Three.js project that renders a 3D Earth with clouds and a moon, along with a starry background. Demonstrating the capabilities of Three.js for creating immersive 3D visualizations on the web, allowing users to interact with the scene using OrbitControls.
- Host: GitHub
- URL: https://github.com/jerald-golden/3d-world
- Owner: Jerald-Golden
- Created: 2024-03-30T06:43:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T11:43:12.000Z (over 2 years ago)
- Last Synced: 2025-02-05T14:40:02.712Z (over 1 year ago)
- Topics: globe, threejs
- Language: HTML
- Homepage: https://jerald-golden.github.io/3D-World/
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js Earth Visualization
This project demonstrates a 3D visualization of Earth using Three.js. It includes a detailed model of Earth with clouds and a moon, along with a starry background.
# Features
- Realistic 3D model of Earth with high-resolution textures.
- Dynamic rendering of clouds and moon orbiting around Earth.
- Interactive controls for users to explore the 3D scene.
- Realistic lighting and post-processing effects for added visual appeal.
# Dependencies
Three.js (v0.160.0): https://threejs.org/
# Demo
You can see a live demo of this project [here](https://jerald-golden.github.io/3D-World/).