コード例 #1
0
ファイル: AreaLightsource.cs プロジェクト: HungryBear/rayden
 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
ファイル: AreaLightsource.cs プロジェクト: HungryBear/rayden
 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);