#include <material.h>


Public Member Functions | |
| sample_t (float s_1, float s_2, BSDF_t sflags=BSDF_ALL, bool revrs=false) | |
Public Attributes | |
| float | s1 |
| float | s2 |
| float | |
| BSDF_t | flags |
| BSDF_t | sampledFlags |
| bool | reverse |
| if true, the sample method shall return the probability/color for swapped incoming/outgoing dir | |
| float | pdf_back |
| color_t | col_back |
Definition at line 39 of file material.h.
| sample_t::sample_t | ( | float | s_1, | |
| float | s_2, | |||
| BSDF_t | sflags = BSDF_ALL, |
|||
| bool | revrs = false | |||
| ) | [inline] |
Definition at line 41 of file material.h.
Definition at line 48 of file material.h.
Definition at line 45 of file material.h.
| float sample_t::pdf |
Definition at line 44 of file material.h.
| float sample_t::pdf_back |
Definition at line 47 of file material.h.
| bool sample_t::reverse |
if true, the sample method shall return the probability/color for swapped incoming/outgoing dir
Definition at line 46 of file material.h.
| float sample_t::s1 |
Definition at line 43 of file material.h.
| float sample_t::s2 |
Definition at line 43 of file material.h.
Definition at line 45 of file material.h.
1.6.1