Cycles: new Microfacet-based Hair BSDF with elliptical cross-section support #105600

Merged
Weizhen Huang merged 114 commits from weizhen/blender:microfacet_hair into main 2023-08-18 12:46:20 +02:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit b1c549059d - Show all commits

View File

@ -909,10 +909,6 @@ class MicrofacetHairBsdfNode : public BsdfBaseNode {
/* Aspect Ratio. */
NODE_SOCKET_API(float, aspect_ratio)
/* Randomization factor for axis rotation. */
NODE_SOCKET_API(float, random_axis)
/* Twist rate. */
NODE_SOCKET_API(float, twist_rate)
NODE_SOCKET_API(float, R)
NODE_SOCKET_API(float, TT)

View File

@ -57,8 +57,6 @@ void node_bsdf_hair_microfacet(vec4 color,
float ior,
float offset,
float aspect_ratio,
float random_axis,
float twist_rate,
float Blur,
float random_color,
float random_roughness,