OpenSimplexNoise.persistence

Contribution factor of the different octaves. A persistence value of 1 means all the octaves have the same contribution, a value of 0.5 means each octave contributes half as much as the previous one.

  1. double persistence [@property getter]
    struct OpenSimplexNoise
    @nogc nothrow @property
    double
    persistence
    ()
  2. double persistence [@property setter]

Meta