We should swap out our [three.equirectangular-to-cubemap](https://www.npmjs.com/package/three.equirectangular-to-cubemap) generator with [EquirectangularToCubeGenerator](https://github.com/mrdoob/three.js/blob/dev/examples/js/loaders/EquirectangularToCubeGenerator.js) from three.js examples collection, ensuring it's in sync with three.js updates. Dependent on #219, and should be done prior to #133