Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A light filter plugin implements the following method:

Code Block
languagecpp
virtual void Filter(RixLightFilterContext const *lfCtx,
                    RtConstPointer instanceData,
                    RtInt const numSamples,
                    RtInt const * shadingCtxIndex,
                    RtVector3 const * toLight,
                    RtFloat const * dist,
                    RtFloat const * lightPdfIllum,
                    RixBXLobeWeights *contribution
                    );


virtual void Filter(RixLightFilterContext const *lfCtx,
                    RtConstPointer instanceData,
                    RtInt const numSamples,
                    RtInt const * shadingCtxIndex,
                    RtVector3 const * toLight,
                    RtFloat const * dist,
                    RtFloat const * lightPdfIllum,
                    RixBXLobeWeights *contribution
                    );

...