Replies: 1 comment 1 reply
-
You could try the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to add a black outer glow to a white TextGeometry so it will be more readable against the background.
I'm also trying to add a blue outer glow to a black ShapeBufferGeometry. I tried to use BloomEffect but it seems to glow in the same color as the object. Is there a way to change the glow color?
I don't want the object to be affected by the effect, for example if I set the objects color to 0xff0000, it must remain that color after the effect is applied, I only want to add an outer glow, in a different color.
What effect must I use to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions