Skip to content

taledo/ThreeJS-WebGL-Earth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published