Fix for r50314:

* oren_nayar is not part of the default stdosl, added it back.
This commit is contained in:
Thomas Dinges
2012-09-02 15:26:13 +00:00
parent 092f6344c3
commit 28d02bc056

View File

@@ -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); }