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
in Godot 3.5 to use the glowing is very easy, All you have to do is adding a WorldEnvironmet Node and then:
make its settings like this, Now all you have to do is change the RAW Modulate for any node to make it glow, Like this:
or even lines if you want:
Now moving to Godot 4.0.rc1.. Its Harder for some reasons, We start with adding a WorldEnvironment Node and then:
But as you can see its not working:
I did tweak the settings a little bit:
as you can see now its working for the Sprites, Now I will test it on the Lines:
Its not working.. So I tweaked the settings again.. Like This:
Now Its working, but there's a problem:
as you can see, Its making everything glowing even though I don't want it to be glowing, And no matter what I change in the settings its not fixed ,I wish you can make it like the old one so we can be specific to what we want to be glowing and what doesn't.
Steps to reproduce
Add the World Environment and tweak the settings like what I wrote above.
Godot version
4.0.rc1
System information
Windows 10, Forward+, GTX 1660 Super
Issue description
Specific Glowing is gone.. :(
in Godot 3.5 to use the glowing is very easy, All you have to do is adding a WorldEnvironmet Node and then:
make its settings like this, Now all you have to do is change the RAW Modulate for any node to make it glow, Like this:
or even lines if you want:
Now moving to Godot 4.0.rc1.. Its Harder for some reasons, We start with adding a WorldEnvironment Node and then:
But as you can see its not working:
I did tweak the settings a little bit:
as you can see now its working for the Sprites, Now I will test it on the Lines:
Its not working.. So I tweaked the settings again.. Like This:
Now Its working, but there's a problem:
as you can see, Its making everything glowing even though I don't want it to be glowing, And no matter what I change in the settings its not fixed ,I wish you can make it like the old one so we can be specific to what we want to be glowing and what doesn't.
Steps to reproduce
Add the World Environment and tweak the settings like what I wrote above.
Minimal reproduction project
Glowing 3.5.zip
Glowing 4.0.rc1.zip
The text was updated successfully, but these errors were encountered: