RiLightObjectThis is an abstract class and cannot be directly instanced.
[ Light | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | ||
| // Constructors and assignment | ||
| ~RiLightObject() ; | ||
| // Members | ||
| RiReal | GetFormFactorSample(RiLightRegion &sample, const RiMaterialRegion &interestedSample, const RiVector2 &uv); | // pure virtual |
| protected: |
~RiLightObject() ;
Destructor Do nothing
virtual ~RiLightObject()
;
Function is currently defined inline.
virtual RiReal GetFormFactorSample(RiLightRegion &sample, const RiMaterialRegion &interestedSample,
const RiVector2 &uv);
| public: | ||
|---|---|---|
| // Members | ||
| RiReal | GetFormFactorSample(RiLightRegion &sample, const RiMaterialRegion &interestedSample, const RiVector2 &uv); | // pure virtual |
| protected: | ||