Fix typo in docs

This commit is contained in:
Romain Guy
2021-02-19 12:04:10 -08:00
parent 20dadf06f1
commit 22d16c1910
2 changed files with 2 additions and 2 deletions

View File

@@ -1415,7 +1415,7 @@ Because we must take into account the loss of energy caused by the addition of t
</p><p>
$$\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}$$
</p><p>

View File

@@ -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