scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
128 stars 31 forks source link

Add support for UnsignedLongType in volumes #762

Open kephale opened 2 weeks ago

kephale commented 2 weeks ago

I ran into this Unknown volume type class net.imglib2.type.numeric.integer.UnsignedLongType when testing this s3 bucket from mobie https://s3.embl.de/i2k-2020/platy-raw.ome.zarr

I guess we're going to need to support this pixel type as well.