Esempio n. 1
0
 public Light(Vector3 position, Color colour, double power)
 {
     Position = position;
     Colour = colour;
     Power = power;
 }