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
The most common situation involves wrapping over RA, so that can be the first thing to support. Handling the poles is slightly more involved.
The way we've chosen dimensions, RA is the first dimension and thus rings have stride=1 (good for SHTs). That means that a fast extraction should be something like
identify where the RA seam is, by doing sky2pix on each RA of the x-axis
generate two slices corresponding to "left of seam" and "right of seam".
Extracting a skybox from a map needs to be safe when wrapping is involved.
The text was updated successfully, but these errors were encountered: