alphamap_fragment top-level property

String alphamap_fragment
getter/setter pair

Implementation

String alphamap_fragment = """
#ifdef USE_ALPHAMAP

	diffuseColor.a *= texture2D( alphaMap, vUv ).g;

#endif
""";