You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Constructs a hair BSDF based on the Chiang hair shading model. This node does not support vertical layering.
611
+
// \param N Normal vector of the surface.
612
+
// \param curve_direction Direction of the hair geometry.
613
+
// \param tint_R Color multiplier for the R-lobe.
614
+
// \param tint_TT Color multiplier for the TT-lobe.
615
+
// \param tint_TRT Color multiplier for the TRT-lobe.
616
+
// \param ior Index of refraction.
617
+
// \param longitudual_roughness_R Longitudinal roughness (ν) for the R-lobe , range [0.0, ∞)
618
+
// \param longitudual_roughness_TT Longitudinal roughness (ν) for the TT-lobe , range [0.0, ∞)
619
+
// \param longitudual_roughness_TRT Longitudinal roughness (ν) for the TRT-lobe, range [0.0, ∞)
620
+
// \param azimuthal_roughness_R Azimuthal roughness (s) for the R-lobe , range [0.0, ∞)
621
+
// \param azimuthal_roughness_TT Azimuthal roughness (s) for the TT-lobe , range [0.0, ∞)
622
+
// \param azimuthal_roughness_TRT Azimuthal roughness (s) for the TRT-lobe, range [0.0, ∞)
623
+
// \param cuticle_angle Cuticle angle in radians, Values above 0.5 tilt the scales towards the root of the fiber, range [0.0, 1.0], with 0.5 specifying no tilt.
624
+
// \param absorption_coefficient Absorption coefficient normalized to the hair fiber diameter.
0 commit comments