Skip to content

Fix ray traced background color

In client server mode of ParaView, the server is responsible for choosing the background and environment color. The client has to have a black color to blend the server on to. The incorrect ordering of the restore call (before push to screen) made the client not have a black background to start and as a result the colors were wrong, specifically having too much background contribution.

Merge request reports