Skip to content

Implement maximum intensity projection

Magne.Stromsnes requested to merge raycasting_in_shader into master

Uses method from https://martinopilia.com/posts/2018/09/17/volume-raycasting.html

Clipping plane doesn't work in this and has been disabled. It must be handled more explicitly in the shader.

Merge request reports