Beispiel #1
0
 public void Enhance(INoiseParametersDetails np)
 {
     np.FromDepth     = _from;
     np.ToDepth       = _toOctave;
     np.Amplitude     = _ampl;
     np.BaseAmplitude = baseAmpl;
     np.Lacunarity    = _freq;
 }
Beispiel #2
0
 public void Enhance(INoiseParametersDetails np)
 {
     np.FromDepth     = 4;
     np.ToDepth       = 11;
     np.Amplitude     = .5f;
     np.BaseAmplitude = 1;
     np.Lacunarity    = 2.0f;
 }