Sodium

Sodium

35M Downloads

faster glowing

ManInMyVan opened this issue ยท 8 comments

commented

Request Description

Option for drawing a line instead of doing a shader.
shader line

commented

How do you suggest this? It is possible to do the edge detection shader faster. Disabling the other passes on the outline would also help.

commented

How do you suggest this? It is possible to do the edge detection shader faster. Disabling the other passes on the outline would also help.

Do edge detection then do one pass on the outline

commented

Won't it look worse and less vanilla according to the image you have provided of this? Or is the plan to make it look same but faster?

It's kind of like fast leaves, it looks worse, but runs better.

Then the best way to do this would need to have an option for people to choose whether they want the fast glowing or not.

commented

Won't it look worse and less vanilla according to the image you have provided of this? Or is the plan to make it look same but faster?

It's kind of like fast leaves, it looks worse, but runs better.

Then the best way to do this would need to have a config option so people can choose.

"Option for"

commented

Won't it look worse and less vanilla according to the image you have provided of this? Or is the plan to make it look same but faster?

commented

Won't it look worse and less vanilla according to the image you have provided of this? Or is the plan to make it look same but faster?

It's kind of like fast leaves, it looks worse, but runs better.

commented

If it's not already being done, we could probably just replace the shader (where it goes from white to black) to a simple gradient.

commented

pretty sure the white to black is just because of using a blur shader wrong or something