#include <material.h>
Public Member Functions | |
| bool | IsLightSource () const |
| bool | IsDiffuse () const |
| bool | IsSpecular () const |
| virtual Spectrum | Le (const ExtMesh *mesh, const unsigned triIndex, const Vector &wo) const =0 |
Definition at line 55 of file material.h.
| bool luxrays::sdl::LightMaterial::IsDiffuse | ( | ) | const [inline, virtual] |
Implements luxrays::sdl::Material.
Definition at line 58 of file material.h.
| bool luxrays::sdl::LightMaterial::IsLightSource | ( | ) | const [inline, virtual] |
Implements luxrays::sdl::Material.
Definition at line 57 of file material.h.
| bool luxrays::sdl::LightMaterial::IsSpecular | ( | ) | const [inline, virtual] |
Implements luxrays::sdl::Material.
Definition at line 59 of file material.h.
| virtual Spectrum luxrays::sdl::LightMaterial::Le | ( | const ExtMesh * | mesh, | |
| const unsigned | triIndex, | |||
| const Vector & | wo | |||
| ) | const [pure virtual] |
Implemented in luxrays::sdl::AreaLightMaterial.
1.6.3