示例#1
0
 public float Evaluate(float x, float y, float z)
 {
     return(1 - MathR.Abs(noise.Evaluate(x, y, z)));
 }