textbooks
textbooks copied to clipboard
Update THREE.js to the latest version
This will require replacing all uses of THREE.Geometry
with THREE.BufferGemetry
…
This will also allow us to take advantage of this: https://github.com/mrdoob/three.js/pull/21967