Skip to content

(OgreVolumeRendering): fix the ambient occlusion

Romain MANCIAUX requested to merge 152-visuogreex-fix-the-ambient-occlusion into dev

What does this MR do?

  • Fix a crash in SummedAreaTable due to bad storage (When m sat Size[0] is 256, the old std:uint8_t stores 0).
  • Fix a crash when the software is closed.

How to test it?

  • Launch OgreViewer.
  • File -> Open image... -> VTK Image reader (VTK).
  • Choose any image.
  • Click on Show/Hide vr editor.
  • Enable Ambient occlusion.
  • Change the SAT size ratio
Edited by Romain MANCIAUX

Merge request reports