![]() |
Blender V2.61 - r43446
|
Public Member Functions | |
| ReflectionClosure () | |
| void | setup () |
| bool | mergeable (const ClosurePrimitive *other) const |
| size_t | memsize () const |
| const char * | name () const |
| void | print_on (std::ostream &out) const |
| float | albedo (const Vec3 &omega_out) const |
| Color3 | eval_reflect (const Vec3 &omega_out, const Vec3 &omega_in, float &pdf) const |
| Color3 | eval_transmit (const Vec3 &omega_out, const Vec3 &omega_in, float &pdf) const |
| ustring | sample (const Vec3 &Ng, const Vec3 &omega_out, const Vec3 &domega_out_dx, const Vec3 &domega_out_dy, float randu, float randv, Vec3 &omega_in, Vec3 &domega_in_dx, Vec3 &domega_in_dy, float &pdf, Color3 &eval) const |
Public Attributes | |
| Vec3 | m_N |
Definition at line 43 of file bsdf_reflection.cpp.
| ReflectionClosure::ReflectionClosure | ( | ) | [inline] |
Definition at line 46 of file bsdf_reflection.cpp.
| float ReflectionClosure::albedo | ( | const Vec3 & | omega_out | ) | const [inline] |
Definition at line 64 of file bsdf_reflection.cpp.
| Color3 ReflectionClosure::eval_reflect | ( | const Vec3 & | omega_out, |
| const Vec3 & | omega_in, | ||
| float & | |||
| ) | const [inline] |
Definition at line 69 of file bsdf_reflection.cpp.
| Color3 ReflectionClosure::eval_transmit | ( | const Vec3 & | omega_out, |
| const Vec3 & | omega_in, | ||
| float & | |||
| ) | const [inline] |
Definition at line 74 of file bsdf_reflection.cpp.
| size_t ReflectionClosure::memsize | ( | ) | const [inline] |
Definition at line 55 of file bsdf_reflection.cpp.
| bool ReflectionClosure::mergeable | ( | const ClosurePrimitive * | other | ) | const [inline] |
Definition at line 50 of file bsdf_reflection.cpp.
References m_N.
| const char* ReflectionClosure::name | ( | ) | const [inline] |
Definition at line 57 of file bsdf_reflection.cpp.
| void ReflectionClosure::print_on | ( | std::ostream & | out | ) | const [inline] |
Definition at line 59 of file bsdf_reflection.cpp.
| ustring ReflectionClosure::sample | ( | const Vec3 & | Ng, |
| const Vec3 & | omega_out, | ||
| const Vec3 & | domega_out_dx, | ||
| const Vec3 & | domega_out_dy, | ||
| float | randu, | ||
| float | randv, | ||
| Vec3 & | omega_in, | ||
| Vec3 & | domega_in_dx, | ||
| Vec3 & | domega_in_dy, | ||
| float & | pdf, | ||
| Color3 & | eval | ||
| ) | const [inline] |
Definition at line 79 of file bsdf_reflection.cpp.
| void ReflectionClosure::setup | ( | ) | [inline] |
Definition at line 48 of file bsdf_reflection.cpp.
Definition at line 45 of file bsdf_reflection.cpp.
Referenced by mergeable().