MONOGRID / gainmap-js

A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gainmap
https://monogrid.github.io/gainmap-js/
MIT License
70 stars 5 forks source link

peerDependencies < 0.159.0 #21

Closed arpu closed 7 months ago

arpu commented 7 months ago

Hey,

is there any known problem with the new released threejs version? or can this be updated to < 0.160.0 three version?

daniele-pelagatti commented 7 months ago

There are no known problems, on the contrary, three.js r159 is even better suited for this library because it allows to use a renderTarget.texture (our decoding result) as Equirectangular scene background (no need to transform it into a DataTexture)

I'm going to remove that peerDependency limitation, new version is coming soon with #23

daniele-pelagatti commented 7 months ago

3.0.1 fixes this

arpu commented 7 months ago

Thank you!