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:
2013-06-13 08:55:51 +00:00
parent 182914873a
commit d523d27e62
13 changed files with 123 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ typedef enum NodeType {
NODE_FRESNEL,
NODE_WIREFRAME,
NODE_WAVELENGTH,
NODE_BLACKBODY,
NODE_EMISSION_WEIGHT,
NODE_TEX_GRADIENT,
NODE_TEX_VORONOI,