updated brdf
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user