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
BUG: fix handling of negative and non-zero region indices in rasterizer
Avoid creation of vector of indices, instead directly set pixel values.
This allows correct 3D index to linear (buffer) index conversion.
It also reduces memory used, and shortens running time.
Closes#2884.
0 commit comments