davidson16807 / tectonics.js

3d plate tectonics in your web browser
http://davidson16807.github.io/tectonics.js/
Creative Commons Attribution 4.0 International
200 stars 28 forks source link

Updated and added querystring options related to speed and resolution of simulation #24

Closed skepickle closed 6 years ago

skepickle commented 6 years ago

?speed= sets the starting simulation speed to My/sec. ?resolution= sets the detail level of IcosahedronGeometry. Maxes out at 6 for now because of Uint16 vertex numbers ?autosave= saves the map every My

Also, removed "Cached.js" from loads because it is no-longer used.

davidson16807 commented 6 years ago

Looks awesome. Thank you very much!