Arty
|
Sample returned by a BSDF, including direction, pdf, and color. More...
#include <materials.h>
Public Member Functions | |
BsdfSample (const float3 &i, float p, const rgb &c) | |
Public Attributes | |
float3 | in |
Sampled direction. | |
float | |
Probability density function, evaluated for the direction. | |
rgb | color |
Color of the sample (BSDF value) | |
Sample returned by a BSDF, including direction, pdf, and color.