matheowis / HDRI-to-CubeMap

Image converter from spherical map to cubemap
https://matheowis.github.io/HDRI-to-CubeMap/
MIT License
471 stars 77 forks source link

RGBM16 output #4

Open looeee opened 5 years ago

looeee commented 5 years ago

The best way, as far as I know, to serve HDR cubemaps in three.js is RGBM16 format. It would be great if this tool could be expanded to allow saving the cubemap in that format.

There's some more info in this thread: https://github.com/mrdoob/three.js/issues/10652