From 22d16c19104e2767ea2bfb0fb5fb1508995fb119 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 19 Feb 2021 12:04:10 -0800 Subject: [PATCH] Fix typo in docs --- docs/Filament.html | 2 +- docs/Filament.md.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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