You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: