meshcat-dev / meshcat

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

Update threejs to 0.132 and test that transparent ellipsoids look good #97

Closed rdeits closed 3 years ago

rdeits commented 3 years ago

Closes #93

It turns out that threejs recently improved their handling of transparent objects, so transparent ellipsoids and spheres now look much nicer. This PR reverts #95 and updates to the very latest threejs.

rdeits commented 3 years ago

I've confirmed that this works well in meshcat-python and MeshCat.jl, so I'm going to merge this.