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
So, right now this is not possible because it's a screen-space effect. Though with more work you could set up a volume system (like in your picture) that you pass to the shader to fade the effect.
You'd need to convert the list of volumes to a list of OBB with a fading radius and upload it with a GraphicsBuffer. Then in the shader, you can simply iterate over all the volumes to find the minimum fading value to apply at a certain position in world space.
Hi, the screen space wetness looks very good.
I would have a question.
Can you delete your wet in an area?
So like in the photo with the snow.
The text was updated successfully, but these errors were encountered: