updated brdf

This commit is contained in:
turanszkij
2017-01-28 14:26:49 +01:00
parent 3bc582fc50
commit 2b52ecd62b
-1
View File
@@ -43,7 +43,6 @@ float V_SmithGGXCorrelated(float NdotL, float NdotV, float alphaG)
// This is the optimize version
float alphaG2 = alphaG * alphaG;
float alphaG2 = alphaG * alphaG;
// Caution: the "NdotL *" and "NdotV *" are explicitely inversed , this is not a mistake.