Hello All,
Is it possible to make outline not transparent?
Because on a black background the blue color looks like the real one (0,0,255), but on a light it doesn’t.
I’m new to Three.js, so sorry if the question is stupid.
Hello All,
Is it possible to make outline not transparent?
Because on a black background the blue color looks like the real one (0,0,255), but on a light it doesn’t.
I’m new to Three.js, so sorry if the question is stupid.
Thanks for your reply, it was helpful for me!
In my case, using NormalBlending instead of AdditiveBlending for overlayMaterial helped.