float AshikhminShirleyGSF (float NdotL, float NdotV, float LdotH){ float Gs = NdotL*NdotV/(LdotH*max(NdotL,NdotV)); return (Gs); }