Ejemplo n.º 1
0
 public IRadianceEvaluation Evaluate(LtScene aScene, ref Vector aWorldDirGen, float oCosThetaGen, out float oDirectPdfW, out float oReversePdfW)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public float Pdf(LtScene aScene, ref Vector aWorldDirGen, bool aEvalRevPdf = false)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public override float Pdf(LtScene aScene, ref Vector aWorldDirGen, bool aEvalRevPdf = false)
 {
     return MathLab.INVPI;
 }