packages feed

Noise 1.0.2 → 1.0.3

raw patch · 1 files changed

+4/−1 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

+ Math.Noise.Modules.Abs: absolute :: Absolute
+ Math.Noise.Modules.Select: sanitizeSelect :: Select -> Select
+ Math.Noise.Modules.Select: select :: Select
+ Math.Noise.NoiseGen: seedNoiseGen :: Int
+ Math.Noise.NoiseGen: xNoiseGen :: Int
+ Math.Noise.NoiseGen: yNoiseGen :: Int
+ Math.Noise.NoiseGen: zNoiseGen :: Int
- Math.Noise.NoiseModule: class NoiseClass n
+ Math.Noise.NoiseModule: class NoiseClass n where getValue n i = getNoiseValue n [] i gen n = NoiseModule (sanitize n) [] sanitize = id

Files

Noise.cabal view
@@ -1,5 +1,5 @@ Name:          Noise-Version:       1.0.2+Version:       1.0.3 Category:      Math, Graphics, Noise Synopsis:      A Haskell coherent noise generator based on libnoise Description:   @@ -15,6 +15,9 @@   triple:   .   > getValue myComposition (-0.1, -0.5, 0.76)+  >+  > myPerlin = perlin `isSourceOf` scalebias { scale = 1.0 } +  >                   `isSourceOf` absolute   .   For more information please read the documentation of each module    bellow.