Fix for r50314:
* oren_nayar is not part of the default stdosl, added it back.
This commit is contained in:
@@ -432,6 +432,7 @@ string concat (string a, string b, string c, string d, string e, string f) {
|
||||
// Closures
|
||||
|
||||
closure color diffuse(normal N) BUILTIN;
|
||||
closure color oren_nayar(normal N, float sigma) BUILTIN;
|
||||
closure color translucent(normal N) BUILTIN;
|
||||
closure color reflection(normal N, float eta) BUILTIN;
|
||||
closure color reflection(normal N) { return reflection (N, 0.0); }
|
||||
|
||||
Reference in New Issue
Block a user