Example #1
0
 private float noise(float x, float y)
 {
     return(perlin.Noise(new Vector3(x, y)));
 }