scenerygraphics / sciview

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

Bounding Boxes don't align with actual volumes #605

Open smlpt opened 2 months ago

smlpt commented 2 months ago

Tested with a simple BDV XML: grafik This is likely caused by the changes that fixed the volume scaling to properly display anisotropic volumes, but the bounding grid code wasn't updated accordingly.

(backlink to the discussion)

smlpt commented 2 months ago

So far I could only observe the behavior with buffered volumes, aka xml-based ones, and not with TIF files. I think TIFs are not compensated for the anisotropic scaling, so the issue does not appear there.