Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/render/nodes.h')
-rw-r--r--intern/cycles/render/nodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h
index 6c2467d9bee..c916e4a5f5e 100644
--- a/intern/cycles/render/nodes.h
+++ b/intern/cycles/render/nodes.h
@@ -372,12 +372,12 @@ public:
void compile(SVMCompiler& compiler, ShaderInput *metallic, ShaderInput *subsurface,
ShaderInput *specular, ShaderInput *roughness, ShaderInput *specularTint, ShaderInput *anisotropic,
ShaderInput *sheen, ShaderInput *sheenTint, ShaderInput *clearcoat, ShaderInput *clearcoatGloss,
- ShaderInput *ior, ShaderInput *transparency, ShaderInput *refr_roughness);
+ ShaderInput *ior, ShaderInput *transparency, ShaderInput *anisotropicRotation);
float3 base_color;
float3 subsurface_color;
float metallic, subsurface, specular, roughness, specularTint, anisotropic,
- sheen, sheenTint, clearcoat, clearcoatGloss, ior, transparency, refractionRoughness;
+ sheen, sheenTint, clearcoat, clearcoatGloss, ior, transparency, anisotropicRotation;
float3 normal, clearcoatNormal, tangent;
float surface_mix_weight;
ClosureType closure;