#include <material.h>
Public Member Functions | |
| bool | IsLightSource () const |
| virtual Spectrum | f (const Vector &wo, const Vector &wi, const Normal &N) const =0 |
| virtual Spectrum | Sample_f (const Vector &wo, Vector *wi, const Normal &N, const Normal &shadeN, const float u0, const float u1, const float u2, const bool onlySpecular, float *pdf, bool &specularBounce) const =0 |
Definition at line 88 of file material.h.
| bool luxrays::sdl::SurfaceMaterial::IsLightSource | ( | ) | const [inline, virtual] |
Implements luxrays::sdl::Material.
Definition at line 90 of file material.h.
1.6.3