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'm struggling to implement that feature, and I don't have any skill for GLES/OpenGL. But, if someone could achieve that, I think it will be nice to have support for the blur effect, like:
It can be useful for GUI, rather than a simple background. The blur must be "real-time", so any entity behind it (even moving) must be blurred.
I try to create some new Shader, just a modifier of basicShader, but I didn't get it to work.
The text was updated successfully, but these errors were encountered:
I'm struggling to implement that feature, and I don't have any skill for GLES/OpenGL. But, if someone could achieve that, I think it will be nice to have support for the blur effect, like:
It can be useful for GUI, rather than a simple background. The blur must be "real-time", so any entity behind it (even moving) must be blurred.
I try to create some new
Shader
, just a modifier ofbasicShader
, but I didn't get it to work.The text was updated successfully, but these errors were encountered: