Cycles / OSL:

* More fixes for r41599, removed clouds and distorted noise textures and ported the Noise texture to OSL. 
ToDo: Color output is still commented, needs a closer look. 

* Some more fixes (comments, uninitialized variables)
This commit is contained in:
Thomas Dinges
2012-06-02 21:34:25 +00:00
parent 298d311bd6
commit 014105f35d
7 changed files with 39 additions and 104 deletions

View File

@@ -755,7 +755,7 @@ void WaveTextureNode::compile(OSLCompiler& compiler)
{
compiler.parameter("Type", type);
compiler.add(this, "node_marble_texture");
compiler.add(this, "node_wave_texture");
}
/* Magic Texture */