Input and output structure for EDF sampling data. More...
Public Attributes | |
tct_float3 | xi |
pseudo-random sample number More... | |
tct_float3 | k1 |
outgoing direction More... | |
tct_float | |
pdf (non-projected hemisphere) More... | |
tct_float3 | edf_over_pdf |
edf * dot(normal,k1) / pdf More... | |
Edf_event_type | event_type |
the type of event for the generated sample More... | |
Input and output structure for EDF sampling data.
tct_float3 mi::neuraylib::Edf_sample_data::edf_over_pdf |
edf * dot(normal,k1) / pdf
Edf_event_type mi::neuraylib::Edf_sample_data::event_type |
the type of event for the generated sample
tct_float3 mi::neuraylib::Edf_sample_data::k1 |
outgoing direction
tct_float mi::neuraylib::Edf_sample_data::pdf |
pdf (non-projected hemisphere)
tct_float3 mi::neuraylib::Edf_sample_data::xi |
pseudo-random sample number