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
I think this is due to linear texture interpolation, but it's proving difficult to pin down. I've just replaced every RGB field in the RGBA ImageData of a Text plugin rendering canvas with a bright colour; and the borders are still darkened. WebGL may be doing something nefarious. Worth investigating.
The text was updated successfully, but these errors were encountered:
I also like that it reduces the main of the standard fragment shader down to one line. It might not be more efficient, but it certainly isn't less.
Note that this will change the way unpremultiplied textures are processed. However, considering that all our assets seem to work as desired at the end of our pipeline, I anticipate most users will simply benefit from the more accurate rendering system.
Further implementation notes: some other renderers need the old blend mode pipeline. In particular, Primitives require srcRGB set back to gl.SRC_ALPHA.
I think this is due to linear texture interpolation, but it's proving difficult to pin down. I've just replaced every RGB field in the RGBA ImageData of a Text plugin rendering canvas with a bright colour; and the borders are still darkened. WebGL may be doing something nefarious. Worth investigating.
The text was updated successfully, but these errors were encountered: