uv_vertex top-level property

String uv_vertex
getter/setter pair

Implementation

String uv_vertex = """
#ifdef USE_UV

	vUv = ( uvTransform * vec3( uv, 1 ) ).xy;

#endif
""";