SSGI rewrite

This commit is contained in:
2026-07-10 12:43:24 -07:00
parent bd8b49a416
commit 013c8653ff
2 changed files with 90 additions and 68 deletions

View File

@ -379,7 +379,7 @@ void main() {
#ifdef _SSGI
vec3 ssgiColor = textureLod(ssgitex, texCoord, 0.0).rgb;
fragColor.rgb += ssgiColor * albedo;
fragColor.rgb += ssgiColor * basecolor;
#endif
#ifdef _EmissionShadeless