Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix off-by-one edge errors for the mesh display style #19

Open
amoodie opened this issue Aug 25, 2020 · 0 comments
Open

fix off-by-one edge errors for the mesh display style #19

amoodie opened this issue Aug 25, 2020 · 0 comments
Assignees
Labels
bug Something isn't working section stratigraphy
Milestone

Comments

@amoodie
Copy link
Contributor

amoodie commented Aug 25, 2020

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.

image

@amoodie amoodie added the bug Something isn't working label Aug 25, 2020
@amoodie amoodie self-assigned this Aug 25, 2020
@amoodie amoodie added this to the section api milestone Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working section stratigraphy
Projects
None yet
Development

No branches or pull requests

1 participant