RenderMan  26.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RixLight::EvaluateSamplesResults Struct Reference

EvaluateSamples Given surface information, q, and ray hit information on this light source wo, distance, and the parametric coordinates u,v evaluate the bxdf associated with the light's contribution and return the pdfDirect value. More...

#include <RixLight.h>

Public Attributes

float & pdfDirect
 
bool const isBidirectional
 
float & pdfEmit
 
float & pdfEmitDirection
 
float & solidAngleToArea
 
RtColorRGB diffuseColor
 
RtColorRGB specularColor
 
RtNormal3 & normal
 

Detailed Description

EvaluateSamples Given surface information, q, and ray hit information on this light source wo, distance, and the parametric coordinates u,v evaluate the bxdf associated with the light's contribution and return the pdfDirect value.

The passed in matrix transforms from the light's local space to that of the shaded point.

Member Data Documentation

RtColorRGB RixLight::EvaluateSamplesResults::diffuseColor
bool const RixLight::EvaluateSamplesResults::isBidirectional
RtNormal3& RixLight::EvaluateSamplesResults::normal
float& RixLight::EvaluateSamplesResults::pdfDirect
float& RixLight::EvaluateSamplesResults::pdfEmit
float& RixLight::EvaluateSamplesResults::pdfEmitDirection
float& RixLight::EvaluateSamplesResults::solidAngleToArea
RtColorRGB RixLight::EvaluateSamplesResults::specularColor

The documentation for this struct was generated from the following file: