Skip to content

Float value pass

Alvaro Sanchez requested to merge alvaro.sanchez/vtk:float-value-pass into master

Adds a mode to vtkValuePass (FLOATING_POINT) to render data arrays to an internal float Framebuffer object. The legacy mode is still supported as INVERTIBLE_LUT.

Merge request reports