Blender V2.61 - r43446
Classes | Variables

bsdf_oren_nayar.cpp File Reference

#include <OpenImageIO/fmath.h>
#include <OSL/genclosure.h>
#include "osl_closures.h"

Go to the source code of this file.

Classes

class  OrenNayarClosure

Variables

ClosureParam bsdf_oren_nayar_params []

Variable Documentation

ClosureParam bsdf_oren_nayar_params[]
Initial value:
 {
    CLOSURE_VECTOR_PARAM    (OrenNayarClosure, m_N),
    CLOSURE_FLOAT_PARAM     (OrenNayarClosure, m_sigma),
    CLOSURE_STRING_KEYPARAM ("label"),

}

Definition at line 164 of file bsdf_oren_nayar.cpp.