Blender V2.61 - r43446
Classes | Variables

bsdf_westin.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  WestinBackscatterClosure
class  WestinSheenClosure

Variables

ClosureParam bsdf_westin_backscatter_params []
ClosureParam bsdf_westin_sheen_params []

Variable Documentation

Initial value:
 {
    CLOSURE_VECTOR_PARAM(WestinBackscatterClosure, m_N),
    CLOSURE_FLOAT_PARAM (WestinBackscatterClosure, m_roughness),
    CLOSURE_STRING_KEYPARAM("label"),
    CLOSURE_FINISH_PARAM(WestinBackscatterClosure) }

Definition at line 223 of file bsdf_westin.cpp.

ClosureParam bsdf_westin_sheen_params[]
Initial value:
 {
    CLOSURE_VECTOR_PARAM(WestinSheenClosure, m_N),
    CLOSURE_FLOAT_PARAM (WestinSheenClosure, m_edginess),
    CLOSURE_STRING_KEYPARAM("label"),
    CLOSURE_FINISH_PARAM(WestinSheenClosure) }

Definition at line 229 of file bsdf_westin.cpp.