Пример #1
0
 float DefaultHeightFunc(float x, float y, float z)
 {
     return((float)SimplexNoise.Noise(x, y, z));
 }