glue-viz / glue-ar

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Support scatter layers in volume viewer #8

Closed Carifio24 closed 9 months ago

Carifio24 commented 9 months ago

Something that's supported in the vispy volume viewer that our export doesn't currently support is the ability to add scatter layers. While this won't be hard to do in terms of constructing the file (we can call a dispatch function based on the layer state type to construct the appropriate meshes), it will require a bit of refactoring to the current UI in order to swap out the bottom piece of the dialog on the fly (as the different types of layers have different options).