Add lightPenetrationRatio option
This commit is contained in:
parent
ea8aacbb85
commit
044f84c769
4 changed files with 11 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
precision lowp float;
|
||||
|
||||
#define INTENSITY_INSIDE_RATIO 0.5
|
||||
#define INTENSITY_INSIDE_RATIO {intensityInsideRatio}
|
||||
#define SHADOW_TRACE_COUNT {shadowTraceCount}
|
||||
|
||||
{macroDefinitions}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
precision lowp float;
|
||||
|
||||
#define INTENSITY_INSIDE_RATIO 0.5
|
||||
#define INTENSITY_INSIDE_RATIO {intensityInsideRatio}
|
||||
#define SHADOW_TRACE_COUNT {shadowTraceCount}
|
||||
|
||||
{macroDefinitions}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue