Add lightPenetrationRatio option

This commit is contained in:
schmelczerandras 2020-10-19 11:43:40 +02:00
parent ea8aacbb85
commit 044f84c769
4 changed files with 11 additions and 2 deletions

View file

@ -2,7 +2,7 @@
precision lowp float;
#define INTENSITY_INSIDE_RATIO 0.5
#define INTENSITY_INSIDE_RATIO {intensityInsideRatio}
#define SHADOW_TRACE_COUNT {shadowTraceCount}
{macroDefinitions}

View file

@ -2,7 +2,7 @@
precision lowp float;
#define INTENSITY_INSIDE_RATIO 0.5
#define INTENSITY_INSIDE_RATIO {intensityInsideRatio}
#define SHADOW_TRACE_COUNT {shadowTraceCount}
{macroDefinitions}