the exponent of the specular term in the phong lighing equation is responsible for its shape afaik color = attenuation*(max(0,dot(N,L)*diffuse + pow(max(0,dot(N,H)),shi)*gloss)*lightColor so the *gloss = specular map is just a multiply layer how much of your specularity is visible, the "shi" shininess factor would change…