Cycles / Blackbody node:

* First step towards a Blackbody to RGB converter. You can specify a color in Kelvin inside the node.
* Only implemented for OSL atm, SVM will follow.
This commit is contained in:
Thomas Dinges
2013-06-13 08:55:51 +00:00
parent 182914873a
commit d523d27e62
13 changed files with 123 additions and 0 deletions

View File

@@ -462,6 +462,11 @@ public:
SHADER_NODE_CLASS(WavelengthNode)
};
class BlackbodyNode : public ShaderNode {
public:
SHADER_NODE_CLASS(BlackbodyNode)
};
class MathNode : public ShaderNode {
public:
SHADER_NODE_CLASS(MathNode)