Exemple #1
0
 public IRadianceEvaluation Emit(ref SceneSphere aSceneSphere, float dirU, float dirV, float posU, float posV, out Point oPosition, out LightSample lightSample)
 {
     throw new NotImplementedException();
 }
 public abstract IRadianceEvaluation Emit(ref SceneSphere aSceneSphere, float dirU, float dirV, float posU,
     float posV, out Point oPosition, out LightSample lightSample);
Exemple #3
0
 public IRadianceEvaluation Illuminate(ref SceneSphere aSceneSphere, ref Point position, float u, float v, out LightSample lightSample)
 {
     throw new NotImplementedException();
 }
 public abstract IRadianceEvaluation Illuminate(ref SceneSphere aSceneSphere, ref Point position, float u, float v,
     out LightSample lightSample);