Update T(s) function explanation (comment)

Signed-off-by: Santi Paprika <santi.gonzalez.cs@gmail.com>
This commit is contained in:
Santi Paprika
2021-12-06 17:17:17 +01:00
parent 7e78c260c1
commit 4a10b5ac62
@@ -23,7 +23,7 @@ float3 TransmissionKernel(float t, float3 s)
return 0.25 * (1.0 / exp(exponent) + 3.0 / exp(exponent / 3.0));
}
// [specific profile for SKIN (not used ATM)]
// [specific profile for SKIN (not used ATM, replaced by TransmissionKernel)]
// Analytical integation (approximation) of diffusion profile over radius, could be precomputed in a LUT
float3 T(float s)
{