meshcat-dev / meshcat

Remotely-controllable 3D viewer, built on top of three.js
MIT License
256 stars 48 forks source link

Update to three.js v0.110.0 #63

Closed rdeits closed 5 years ago

rdeits commented 5 years ago

This also removes all of our copies of the various three.js examples, including the orbit controls and various mesh loaders. We can now access them directly through the ES6 modules provided with three.js, so there's no need for any duplication.