stugrey / WebGLEarth

A project to create a animated planet Earth for the browser using WebGL shaders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGL Rotating Earth

About

This project aims to create an animated and visually accurate rotating Earth in your WebGL enabled browser. The night/day cycle, city lights, clouds and surface specularity are all produced in GLSL shaders from high resolution textures. The geometry and general WebGL housekeeping utilise THREE.js.

Usage

To view you can put the files on a web server (including a local server such as: python3 -m http.server 8000)

tested in:

  • Chrome 72
  • Firefox 65
  • Safari 12

Output

screenshot

About

A project to create a animated planet Earth for the browser using WebGL shaders.


Languages

Language:JavaScript 99.5%Language:HTML 0.5%