Пример #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();
 }
Пример #2
0
 public abstract IRadianceEvaluation Emit(ref SceneSphere aSceneSphere, float dirU, float dirV, float posU,
     float posV, out Point oPosition, out LightSample lightSample);
Пример #3
0
 public IRadianceEvaluation Illuminate(ref SceneSphere aSceneSphere, ref Point position, float u, float v, out LightSample lightSample)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public abstract IRadianceEvaluation Illuminate(ref SceneSphere aSceneSphere, ref Point position, float u, float v,
     out LightSample lightSample);