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
There are cases where users might want a Framebuffer with an alpha channel and another without one. Currently, it's either all or nothing, since the library just reads the p5 flag set via setAtrributes({ alpha: true });
I would suggest allowing users to define that setting via the options object in the constructor of each FBO.
The text was updated successfully, but these errors were encountered:
There are cases where users might want a Framebuffer with an alpha channel and another without one. Currently, it's either all or nothing, since the library just reads the p5 flag set via
setAtrributes({ alpha: true });
I would suggest allowing users to define that setting via the
options
object in the constructor of each FBO.The text was updated successfully, but these errors were encountered: