Volume rendering crop ROI - inverse?

Hey guys,

Right now, the volume rendering crop ROI excludes everything outside the ROI. Does VTK support the opposite? Meaning, exclude everything INSIDE the ROI? This would be useful for certain kinds of cutaways. I know it’s possible to do this kind of thing with the crop volume module and other methods, but those aren’t interactive (I think) like the volume rendering ROI crop is.

If VTK supports this (or there’s another way to do it), I’m willing to look into how to do it (probably with more than a few questions along the way).

Any thoughts?

Thanks tons!

-Hollister

Yes, there is a flag that switches between inside/outside. @cpinter has some recent experience with this, he can probably comment on where this could be added.

At the upcoming project week in Gran Canaria we plan to look into using custom shaders in volume renderer, which will allow more sophisticated clipping (sphere-shaped cutouts, etc).

Very cool! Thanks!

Hope you all have a good time!

-Hollister