alphamap_fragment top-level property
Implementation
String alphamap_fragment = """
#ifdef USE_ALPHAMAP
diffuseColor.a *= texture2D( alphaMap, vUv ).g;
#endif
""";
String alphamap_fragment = """
#ifdef USE_ALPHAMAP
diffuseColor.a *= texture2D( alphaMap, vUv ).g;
#endif
""";