![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
| class | DiffuseClosure |
| class | TranslucentClosure |
Variables | |
| ClosureParam | bsdf_diffuse_params [] |
| ClosureParam | bsdf_translucent_params [] |
| ClosureParam bsdf_diffuse_params[] |
{
CLOSURE_VECTOR_PARAM (DiffuseClosure, m_N),
CLOSURE_STRING_KEYPARAM("label"),
CLOSURE_FINISH_PARAM (DiffuseClosure) }
Definition at line 167 of file bsdf_diffuse.cpp.
| ClosureParam bsdf_translucent_params[] |
{
CLOSURE_VECTOR_PARAM (TranslucentClosure, m_N),
CLOSURE_STRING_KEYPARAM("label"),
CLOSURE_FINISH_PARAM (TranslucentClosure) }
Definition at line 172 of file bsdf_diffuse.cpp.