#include <material.h>


Public Member Functions | |
| pSample_t (float s_1, float s_2, float s_3, BSDF_t sflags, const color_t &l_col, const color_t &transm=color_t(1.f)) | |
Public Attributes | |
| float | s3 |
| const color_t | lcol |
| the photon color from last scattering | |
| const color_t | alpha |
| the filter color between last scattering and this hit (not pre-applied to lcol!) | |
| color_t | color |
| the new color after scattering, i.e. what will be lcol for next scatter. | |
Definition at line 51 of file material.h.
| pSample_t::pSample_t | ( | float | s_1, | |
| float | s_2, | |||
| float | s_3, | |||
| BSDF_t | sflags, | |||
| const color_t & | l_col, | |||
| const color_t & | transm = color_t(1.f) | |||
| ) | [inline] |
Definition at line 53 of file material.h.
| const color_t pSample_t::alpha |
the filter color between last scattering and this hit (not pre-applied to lcol!)
Definition at line 57 of file material.h.
the new color after scattering, i.e. what will be lcol for next scatter.
Definition at line 58 of file material.h.
| const color_t pSample_t::lcol |
the photon color from last scattering
Definition at line 56 of file material.h.
| float pSample_t::s3 |
Definition at line 55 of file material.h.
1.6.1