# simpleLighting

float simpleLighting(vec3 p, vec3 normal, vec3 lightDirection);

# Example