diff --git a/docs/Filament.html b/docs/Filament.html index 7fc099660e..aa3ca49751 100644 --- a/docs/Filament.html +++ b/docs/Filament.html @@ -1415,7 +1415,7 @@ Because we must take into account the loss of energy caused by the addition of t
$$\begin{equation} -f(v,l)=\fDiffuse(n,l) (1 - F_c) + \fSpecular(n,l) (1 - F_c) + f_c(n,l) +f(v,l)=\fDiffuse(v,l) (1 - F_c) + \fSpecular(v,l) (1 - F_c) + f_c(v,l) \end{equation}$$
diff --git a/docs/Filament.md.html b/docs/Filament.md.html index c633010ec4..27c1e3ff14 100644 --- a/docs/Filament.md.html +++ b/docs/Filament.md.html @@ -851,7 +851,7 @@ This corresponds to a Fresnel reflectance of 4% that we know is associated with Because we must take into account the loss of energy caused by the addition of the clear coat layer, we can reformulate the BRDF from equation $\ref{brdf}$ thusly: $$\begin{equation} -f(v,l)=\fDiffuse(n,l) (1 - F_c) + \fSpecular(n,l) (1 - F_c) + f_c(n,l) +f(v,l)=\fDiffuse(v,l) (1 - F_c) + \fSpecular(v,l) (1 - F_c) + f_c(v,l) \end{equation}$$ Where $F_c$ is the Fresnel term of the clear coat BRDF and $f_c$ the clear coat BRDF