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
fix off-by-one edge errors for the mesh display style.
The mesh currently shows incorrectly. There are edge effects where the array is supposed to "end", but values are filled behind the mesh. I think this has something to do with the sizes of the _data amd _X, and _Y arrays, where one needs to be larger/smaller.
The text was updated successfully, but these errors were encountered:
fix off-by-one edge errors for the mesh display style.
The mesh currently shows incorrectly. There are edge effects where the array is supposed to "end", but values are filled behind the mesh. I think this has something to do with the sizes of the
_data
amd_X
, and_Y
arrays, where one needs to be larger/smaller.The text was updated successfully, but these errors were encountered: