Skip to content

Commit

Permalink
Update sheen paper link (#1997)
Browse files Browse the repository at this point in the history
This changelist updates a link to the 2017 Conty-Kulla paper in the GLSL implementation of sheen.
  • Loading branch information
jstone-lucasfilm authored Sep 2, 2024
1 parent de64c31 commit 18c06ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/pbrlib/genglsl/lib/mx_microfacet_sheen.glsl
Original file line number Diff line number Diff line change
@@ -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)
{
Expand Down

0 comments on commit 18c06ea

Please sign in to comment.