indirect light glow from internal cloud light from end lightning

This commit is contained in:
Xonk
2023-12-22 16:19:44 -05:00
parent 5b7fa2ce52
commit 3983939d2a
4 changed files with 14 additions and 20 deletions

View File

@ -121,6 +121,7 @@ void main() {
#ifndef BLOOMY_PARTICLES
gl_FragData[1].a = 0.0; // for bloomy rain and stuff
#endif
vec3 Direct_lighting = vec3(0.0);
vec3 Indirect_lighting = vec3(0.0);
vec3 Torch_Color = vec3(TORCH_R,TORCH_G,TORCH_B);