mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed caustics
This commit is contained in:
parent
c17abb93f1
commit
63f6af0621
@ -286,7 +286,6 @@ void main() {
|
|||||||
reflected_light *= f_light;
|
reflected_light *= f_light;
|
||||||
max_light *= f_light;
|
max_light *= f_light;
|
||||||
|
|
||||||
#define EXPERIMENTAL_CAUSTICS
|
|
||||||
#ifdef EXPERIMENTAL_CAUSTICS
|
#ifdef EXPERIMENTAL_CAUSTICS
|
||||||
#if (FLUID_MODE == FLUID_MODE_SHINY)
|
#if (FLUID_MODE == FLUID_MODE_SHINY)
|
||||||
if (faces_fluid) {
|
if (faces_fluid) {
|
||||||
|
Loading…
Reference in New Issue
Block a user