scenerygraphics / sciview

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

Make SciView.addVolume accept RAI instead of II #144

Closed ctrueden closed 5 years ago

ctrueden commented 5 years ago

Right now, addVolume does not respect iteration order. I.e.: it assumes flat. To avoid this issue, we could accept RAI as the image argument, and then call Views.flatIterable on it.

/cc @tpietzsch

skalarproduktraum commented 5 years ago

As #146 is merged now, I'm closing this :+1: