Cycles: bump node changes to add a Distance input that controls the overall displacement

distance, and an Invert option to invert the bump effect.
This commit is contained in:
Brecht Van Lommel
2013-05-10 16:57:17 +00:00
parent 2f9f3dd590
commit eaa6479ae3
10 changed files with 58 additions and 15 deletions

View File

@@ -470,6 +470,7 @@ public:
class BumpNode : public ShaderNode {
public:
SHADER_NODE_CLASS(BumpNode)
bool invert;
};
class RGBCurvesNode : public ShaderNode {