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]
  2. double persistence [@property setter]
    struct OpenSimplexNoise
    @nogc nothrow @property
    void
    persistence
    (
    double v
    )

Meta