Example #1
0
 //Methods
 public void addLightSource(LightSource lightsrc)
 {
     this.lightsources.Add(lightsrc);
 }