Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 426 Bytes

Three.js Spherical

Experiments for Simulating Animations on a Globe in Three.js

Downloading resources

  1. Install wget and youtube-dl via homebrew

     brew install wget
     brew install youtube-dl
    
  2. Download the resources using the download script

     ./scripts/download-resources.sh
    

Usage

  1. Open video-sphere.html in Brackets

  2. Add your own textures and videos to the config file (js/config.js)

  3. Enjoy!