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
{{ message }}
This repository was archived by the owner on Mar 8, 2026. It is now read-only.
right now, in my forward lighting pass fragment shader i am applying visibility each time I shade the pixel which is utterly terrible and it was done mainly to quickly test stuff out if it works. I of course forgot about this and now i pay the price. The post compositing pass should be done in the post process pipeline after the lightning calculations
right now, in my forward lighting pass fragment shader i am applying visibility each time I shade the pixel which is utterly terrible and it was done mainly to quickly test stuff out if it works. I of course forgot about this and now i pay the price. The post compositing pass should be done in the post process pipeline after the lightning calculations