beginnormalVertex top-level constant

String const beginnormalVertex

Implementation

const String beginnormalVertex = """
vec3 objectNormal = vec3( normal );

#ifdef USE_TANGENT

	vec3 objectTangent = vec3( tangent.xyz );

#endif
""";