You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found this issue in Equirectangular tile adapter.
It's present also in your official example.
The low quality preview of the pano is not connected right, if you see on the joint point (where the left and right side of the equirectangular picture are touching) there is a black line.
It seems an approximation issue of the width but I don't know.
This is because of the blur effect. There is no solution, the canvas blur uses the surroundng pixels even if they are outside the canvas bounds (and they are black).
Describe the bug
Hi Damien :)
I've found this issue in Equirectangular tile adapter.
It's present also in your official example.
The low quality preview of the pano is not connected right, if you see on the joint point (where the left and right side of the equirectangular picture are touching) there is a black line.
It seems an approximation issue of the width but I don't know.
Online demo URL
https://photo-sphere-viewer.js.org/guide/adapters/equirectangular-tiles.html#example
Photo Sphere Viewer version
5.6.0
Plugins loaded
EquirectangularTilesAdapter
OS & browser
Windows, Chrome
Additional context
No response
The text was updated successfully, but these errors were encountered: