![]() |
RenderMan API
23.0
|
#include <RixLight.h>
Public Attributes | |
int & | patchIndex |
RtFloat3 & | UVW |
RtPoint3 & | position |
RtNormal3 & | normal |
RtVector3 & | direction |
float & | distance |
float & | pdfEmit |
float & | pdfEmitDirection |
Generate a sample on a light for photon emission.
Definition at line 317 of file RixLight.h.
RtVector3& RixLight::GenerateEmissionResults::direction |
Definition at line 323 of file RixLight.h.
float& RixLight::GenerateEmissionResults::distance |
Definition at line 324 of file RixLight.h.
RtNormal3& RixLight::GenerateEmissionResults::normal |
Definition at line 322 of file RixLight.h.
int& RixLight::GenerateEmissionResults::patchIndex |
Definition at line 319 of file RixLight.h.
float& RixLight::GenerateEmissionResults::pdfEmit |
Definition at line 325 of file RixLight.h.
float& RixLight::GenerateEmissionResults::pdfEmitDirection |
Definition at line 326 of file RixLight.h.
RtPoint3& RixLight::GenerateEmissionResults::position |
Definition at line 321 of file RixLight.h.
RtFloat3& RixLight::GenerateEmissionResults::UVW |
Definition at line 320 of file RixLight.h.