Skip to content

Added support for image xy sampling in GPURayCastMapper GL2.

Alvaro Sanchez requested to merge alvaro.sanchez/vtk:support-xy-sampling into master

A FramebufferObject is used to adjust the XY resolution of the volume render. The rendered volume image is then intermixed with the scene by compositing a full-screen quad in a subsequent pass.

Added test for XY resolution.

Merge request reports