engine
engine copied to clipboard
Change Blend Modes when using Transparent Canvas
Current blend modes do not work as expected with Transparent canvases (RGBA format) - resulting in rendering artifacts like this: https://github.com/playcanvas/engine/issues/2740
It is proposed that blend modes are adjusted to work with Transparent canvases when a project uses Transparent canvases where possible - and any blend modes that do not work are made known to developers in our documentation.
related https://github.com/playcanvas/engine/pull/6889