HSV Color Node for Cycles

.........................
note, the OSL code has a problem.
In the original node the input and output nodes have the same name (Color).
So this will be fixed here once Brecht come up with a nice autorenaming (or we do a doversion patch) for that.
This commit is contained in:
Dalai Felinto
2011-12-02 16:57:37 +00:00
parent f96aad6688
commit 4fd2736487
14 changed files with 309 additions and 150 deletions

View File

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