summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd/shaders/effects/screen_space_reflection.glsl
AgeCommit message (Expand)Author
2023-04-07Fix the limit for interpolation of R0 with respect to metallic and SSRmightygoat
2022-12-15Merge pull request #56804 from Calinou/ssr-add-max-roughness-cutoffRémi Verschelde
2022-12-10Add maximum roughness cutoff to SSR to improve performanceHugo Locurcio
2022-12-09Fade out SSR with roughness so that it doesn't show at high roughness amountsclayjohn
2022-10-04Fixing artifacts in SSRBastiaan Olij
2022-09-09Properly scale SSR reflection based on metallic value for dielectric materialsclayjohn
2022-08-03Fade screen-space reflection towards inner marginHugo Locurcio
2022-07-19Move screen space effects into a separate classBastiaan Olij