steren / stereo-img

web component to display stereographic pictures on web pages, with VR support
https://stereo-img.steren.fr
Apache License 2.0
22 stars 6 forks source link

fix(projection): allow equirectangular projection to be manually specified #47

Closed 34j closed 3 weeks ago

34j commented 3 weeks ago

In the current implementation, an equirectangular projected image with black dots in the corners for some reason is recognized as a fisheye image. This PR should resolve this problem.

steren commented 3 weeks ago

Thanks!