6cd9596
1
2
3
4
5
6
7
8
export default /* glsl */` #ifdef USE_ALPHAMAP diffuseColor.a *= texture2D( alphaMap, vUv ).g; #endif `;