Exemplo n.º 1
0
 public CombinedNoise( Noise noise1, Noise noise2 )
 {
     this.noise1 = noise1;
     this.noise2 = noise2;
 }
Exemplo n.º 2
0
 public CombinedNoise(Noise noise1, Noise noise2)
 {
     this.noise1 = noise1;
     this.noise2 = noise2;
 }