Cycles Gamma Node

Node specially useful for Texture correction.

This is also a nice example of a simple node made from scratch in case someone wants to create their custom nodes.
Review by Brecht.
This commit is contained in:
Dalai Felinto
2011-12-16 20:35:06 +00:00
parent 3311164b24
commit 2a6fdbcccd
16 changed files with 185 additions and 1 deletions

View File

@@ -302,6 +302,11 @@ public:
SHADER_NODE_CLASS(CombineRGBNode)
};
class GammaNode : public ShaderNode {
public:
SHADER_NODE_CLASS(GammaNode)
};
class SeparateRGBNode : public ShaderNode {
public:
SHADER_NODE_CLASS(SeparateRGBNode)