6 lines
78 B
GLSL
6 lines
78 B
GLSL
#ifdef USE_ALPHAMAP
|
|
|
|
diffuseColor.a *= texture2D( alphaMap, vUv ).g;
|
|
|
|
#endif
|