Skip to content

Consider whether volume transform preserves orientation

Max Smolens requested to merge msmolens/vtk:gpu-volume-render-orientation into master

This commit changes the OpenGL2 GPU volume renderer to consider whether the volume transform preserves orientation when orienting polygons. Before, nothing was rendered when the transform didn't preserve orientation, presumably due to backface culling.

The legacy OpenGL volume renderer handles this case.

Merge request reports