Blender V2.61 - r43446
Classes | Variables

bsdf_diffuse.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  DiffuseClosure
class  TranslucentClosure

Variables

ClosureParam bsdf_diffuse_params []
ClosureParam bsdf_translucent_params []

Variable Documentation

ClosureParam bsdf_diffuse_params[]
Initial value:
 {
    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[]
Initial value:
 {
    CLOSURE_VECTOR_PARAM   (TranslucentClosure, m_N),
    CLOSURE_STRING_KEYPARAM("label"),
    CLOSURE_FINISH_PARAM   (TranslucentClosure) }

Definition at line 172 of file bsdf_diffuse.cpp.