Esempio n. 1
0
 public float GetLightDistance(Structs.Vector3 v)
 {
     throw new NotSupportedException();
 }
Esempio n. 2
0
 public Vector3 GetLightDirection(Structs.Vector3 v)
 {
     throw new NotSupportedException();
 }
Esempio n. 3
0
 public Color GetIncidentColor(Structs.Vector3 v)
 {
     throw new NotSupportedException();
 }
Esempio n. 4
0
 public float GetLightDistance(Structs.Vector3 v)
 {
     return(float.PositiveInfinity);
 }
Esempio n. 5
0
 public Vector3 GetLightDirection(Structs.Vector3 v)
 {
     return(Direction);
 }
Esempio n. 6
0
 public Color GetIncidentColor(Structs.Vector3 v)
 {
     return(LightColor);
 }