Blender V2.61 - r43446
Classes | Variables

bsdf_ward.cpp File Reference

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

Go to the source code of this file.

Classes

class  WardClosure

Variables

ClosureParam bsdf_ward_params []

Variable Documentation

ClosureParam bsdf_ward_params[]
Initial value:
 {
    CLOSURE_VECTOR_PARAM(WardClosure, m_N),
    CLOSURE_VECTOR_PARAM(WardClosure, m_T),
    CLOSURE_FLOAT_PARAM (WardClosure, m_ax),
    CLOSURE_FLOAT_PARAM (WardClosure, m_ay),
    CLOSURE_STRING_KEYPARAM("label"),
    CLOSURE_FINISH_PARAM(WardClosure) }

Definition at line 211 of file bsdf_ward.cpp.