-
Notifications
You must be signed in to change notification settings - Fork 24
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
Isosurfaces for whole segments #3655
Conversation
@philippotto the back-end sends a NEIGHBORS header similar to MISSING-BUCKETS. It contains a list of numbers, e.g. [0,2,5].
Feel free to request changes on how the back-end behaves :) Edit 2021: There was a bug in this surface list that was later fixed in this commit |
…d settings if no segmentation exists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, couldn't generate large segments as the datasets on dev are not segmented globally, but the loading of neighboring cubes definitely works :)
@fm3 One thing I noticed, for 16-bit segmentations the backend doesn't return any vertices. Should not block this PR as there are other problems with 16-bit segmentations anyway (mapping support), but I just wanted you to be aware of it.
@@ -1,12 +1,14 @@ | |||
// @flow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh 😁 Nice!
URL of deployed dev instance (used for testing):
Steps to test:
Issues:
[ ] Updated migration guide if applicable[ ] Updated documentation if applicable