Skip to content

Commit

Permalink
Fix a bug that thicknessMap is not loaded correctly in the shader (mr…
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirox authored Jul 12, 2021
1 parent bb484d6 commit 5a33c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default /* glsl */`
#endif
#ifdef USE_THICKNESSNMAP
#ifdef USE_THICKNESSMAP
thicknessFactor *= texture2D( thicknessMap, vUv ).g;
Expand Down

0 comments on commit 5a33c56

Please sign in to comment.