Cleanup: remove unused variables

This commit is contained in:
Weizhen Huang 2022-12-22 18:49:09 +01:00
parent 4415ebc336
commit b1c549059d
2 changed files with 0 additions and 6 deletions

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,