# specularLighting

float specularLighting(vec3 p, vec3 normal, vec3 lightDirection, float shine)

# Example