From 18c06ea9077d26fc707d58a6637712b2508b9d4c Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Sun, 1 Sep 2024 21:01:50 -0700 Subject: [PATCH] Update sheen paper link (#1997) This changelist updates a link to the 2017 Conty-Kulla paper in the GLSL implementation of sheen. --- libraries/pbrlib/genglsl/lib/mx_microfacet_sheen.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/pbrlib/genglsl/lib/mx_microfacet_sheen.glsl b/libraries/pbrlib/genglsl/lib/mx_microfacet_sheen.glsl index fe4eee34e9..a5c3ade7a8 100644 --- a/libraries/pbrlib/genglsl/lib/mx_microfacet_sheen.glsl +++ b/libraries/pbrlib/genglsl/lib/mx_microfacet_sheen.glsl @@ -1,6 +1,6 @@ #include "mx_microfacet.glsl" -// http://www.aconty.com/pdf/s2017_pbs_imageworks_sheen.pdf +// https://fpsunflower.github.io/ckulla/data/s2017_pbs_imageworks_sheen.pdf // Equation 2 float mx_imageworks_sheen_NDF(float NdotH, float roughness) {