Skip to content

Fix dual depth peeling for rgba output.

The new depth peeling code assumed that the target would always be RGB, which broke paraview's remote rendering. Fixed the implementation to output the correct alpha values.

Also add an environment variable check that can be used to disable the new dual peeling algorithm and fallback to the old implementation.

Merge request reports