Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
* +- - - - - - - - - - - - - - - - - -+ +- - - - - - - - - - - - + - - - - - - - - - - - -+ *
********************************************************************************************************************

### Dielectric base

The dielectric base is assumed to have a surface BSDF described by a rough GGX dielectric [microfacet model](index.html#model/microfacetmodel) [#Walter2007], and a bulk volumetric medium supporting absorption and scattering (whether physically due to the inherent molecular properties of the dielectric as in water, or e.g. a dispersion of embedded particles or flakes as in paint).

Expand Down Expand Up @@ -1387,8 +1388,8 @@
| Coating | $\color{darkblue}{f_\mathrm{coat}}$ | coat BRDF | as in the Coat section |
| Emission | $\color{darkblue}{L_e}$ | emission EDF | as in the Emission section |
| Metal | $\color{darkblue}{f_\mathrm{conductor}}$ | metal BRDF | as in the Metal section |
| Specular reflection | $\color{darkblue}{f^R_\textrm{specular}}$ | specular BRDF | as in the Dielectric-base section |
| Specular transmission | $\color{darkblue}{f^T_\textrm{specular}}$ | specular BTDF/BSSRDF | as in the Translucent-base section |
| Specular reflection | $\color{darkblue}{f^R_\textrm{specular}}$ | specular BRDF | as in the Dielectric base section |
| Specular transmission | $\color{darkblue}{f^T_\textrm{specular}}$ | specular BTDF/BSSRDF | as in the Translucent base section |
| Fuzz | $\color{darkblue}{f_\mathrm{fuzz}}$ | fuzz BRDF | as in the Fuzz section |
| Subsurface scattering | $\color{darkblue}{f_\textrm{SSS}}$ | subsurface BSSRDF | as in the Subsurface section |
| Diffuse reflection | $\color{darkblue}{f_\mathrm{diffuse}}$ | diffuse BRDF | as in the Glossy-diffuse section |
Expand Down