float4 spec1 = pow(saturate(dot(Reflect1, ViewDir1)), 15);

here you can change the specular values of the lights, they will be passed through to the model, so i quess you can adjust them here


BASIC programmers never die, they GOSUB and don't RETURN.