Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Import only necessary modules from three.js #258

Closed Zemanzo closed 5 years ago

Zemanzo commented 5 years ago

This should allow for tree-shaking in the near future, when three.js implements that on their side.

Referencing issues Closes #257