This commit is contained in:
Joshua Barretto 2022-06-29 21:43:42 +01:00
parent 2694f5f917
commit 61792d4135

View File

@ -391,7 +391,7 @@ void main() {
max_light += lights_at(f_pos, f_norm, view_dir, mu, cam_attenuation, fluid_alt, k_a, k_d, k_s, alpha, f_norm, 1.0, emitted_light, reflected_light);
/* reflected_light *= 0.4 + f_ao * 0.6; */
reflected_light *= 0.4 + f_ao * 0.6;
#ifndef EXPERIMENTAL_NOCAUSTICS
#if (FLUID_MODE == FLUID_MODE_SHINY)