From 75f70bdd7d5db40a71632c1a7ab1f166ef643bc4 Mon Sep 17 00:00:00 2001 From: Weizhen Huang Date: Fri, 10 Jul 2026 15:21:37 +0200 Subject: [PATCH 1/2] Fix link to Dielectric Base section The spec mentions "dielectric base" section in multiple places, but there was no section called "dielectric base" --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 1f8a8e7..924e7bd 100644 --- a/index.html +++ b/index.html @@ -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). From 05312d6e7bc0adf714064074a841325871b32f29 Mon Sep 17 00:00:00 2001 From: Weizhen Huang Date: Fri, 10 Jul 2026 16:54:38 +0200 Subject: [PATCH 2/2] Fix more missing links to sections --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 924e7bd..8a19fd6 100644 --- a/index.html +++ b/index.html @@ -1388,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 |