Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 439 Bytes

WebGL Earth

A simple implemintation of a 3D WebGL Earth model built on THREEJS.

Until the docs are comperhensive enough, take a peak inside index.html. Here you will see the ThreeJS dependant libraries, plus the webgl-earth.js file.

Simply call the following to create an earth instance.

var earth = new Earth({
	container: '.container',
	rotate: true
});

Coming Soon

  • Better docs
  • More configurable options