earth

A 3D earth project where I used Three.js search to create a realistic rendering of our planet. The goal of the project was to create an interactive 3D earth globe. 🌍

3d · 3d-graphics · blender · css · javascript
入门
GitHub在线演示
Stars:17
License:未知
更新:2025/6/26

README

Earth

  1. Build the project for production:

    npm build
    

    or development

    npm dev
    
  2. Run project in development

    npm start
    

    serve development

     npm dev:server