uv2Vertex top-level constant
String
const uv2Vertex
Implementation
const String uv2Vertex = """
#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )
vUv2 = ( uv2Transform * vec3( uv2, 1 ) ).xy;
#endif
""";