alphamap_fragment.glsl.js 98 B

1234567
  1. export default `
  2. #ifdef USE_ALPHAMAP
  3. diffuseColor.a *= texture2D( alphaMap, vUv ).g;
  4. #endif
  5. `;