emissivemapFragment top-level constant
String
const emissivemapFragment
Implementation
const String emissivemapFragment = """
#ifdef USE_EMISSIVEMAP
vec4 emissiveColor = texture2D( emissiveMap, vEmissiveMapUv );
totalEmissiveRadiance *= emissiveColor.rgb;
#endif
""";