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