A real time interactive 3D ISS tracker
View live at https://saadbruno.github.io/iss-tracker/
This project gets the data form the ISS location API and renders an interactive 3D map of where the ISS is currently located, using Three.js
- The
3ddirectory contains the exported 3D models optimized for Three.js, and all other dependencies. - The
source_art_filesdirectory contains all the original files used as source for the 3D models, 2D sprites, textures and so on. - The
js/threejsdirectory contains files available in the Three.js repo.