scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
62 stars 17 forks source link

Add support for creating volumes with ARGBType #508

Open kephale opened 1 year ago

kephale commented 1 year ago

Ran into this limitation on https://github.com/scenerygraphics/sciview/pull/505#issuecomment-1593614896

For the time being we have to split and use separate volumes for each channel with LUTs.

kephale commented 1 month ago

It looks like ARGBType is supported upstream in BVV now, so maybe this can be addressed.