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