Page 1 of 1

how to change blending reflection?

Posted: Sat May 25, 2024 8:48 pm
by Noiecity
Is there any way to change the alpha percentage applied when blending the reflection texture with the original texture with EMT_REFLECTION_2_LAYER? thanks

Image

Re: how to change blending reflection?

Posted: Sat May 25, 2024 9:38 pm
by CuteAlien
From what I see you can't . It simply multiplies the 2 involved textures, so you can only modify the textures for that one (I guess with reduced contrast in the reflection textures it would reflect less?). For advanced effects you have no choice but write your own shaders.

Re: how to change blending reflection?

Posted: Sat May 25, 2024 9:53 pm
by Noiecity
CuteAlien wrote: Sat May 25, 2024 9:38 pm From what I see you can't . It simply multiplies the 2 involved textures, so you can only modify the textures for that one (I guess with reduced contrast in the reflection textures it would reflect less?). For advanced effects you have no choice but write your own shaders.
lol, it literally went down when I lowered the contrast and upgrade the lightness, how did you know that?
Edit: Oh right, you said multiply it, that makes sense, thanks

I want to use shaders, but I want to understand all the features irrlicht has first