Browser: Only tested in latest versions of Brave and Edge, but comes up in both
Description
Assigning preFX.addColorMatrix(); to an image cuts it off based on the camera's dimensions and zoom level, leaving a portion of the image at the very center. You don't even have to change the ColorMatrix properties for this to happen. Changing it to postFX fixes the issue.
Version
Description
Assigning
preFX.addColorMatrix();
to an image cuts it off based on the camera's dimensions and zoom level, leaving a portion of the image at the very center. You don't even have to change the ColorMatrix properties for this to happen. Changing it topostFX
fixes the issue.Example in sandbox.