OSL Shader Files:

* Simplify default color values, where each component was the same.
* Initialize closures as Null Closure, rather than assigning an existing closure, gets overwritten anyways.
This commit is contained in:
Thomas Dinges
2012-12-11 16:06:03 +00:00
parent 92ae023a90
commit 188718a3d5
42 changed files with 70 additions and 70 deletions

View File

@@ -18,7 +18,7 @@
#include "stdosl.h"
volume node_output_volume(closure color Volume = background())
volume node_output_volume(closure color Volume = 0)
{
Ci = Volume;
}