![]() |
Blender V2.61 - r43446
|
#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 [] |
| ClosureParam bsdf_westin_backscatter_params[] |
{
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[] |
{
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.