Revision history of "NoiseWrapper"

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 18:07, 11 November 2016Zorg (talk | contribs)m . . (1,758 bytes) (-55). . (also removed superfluous contributors section, and added umlaut to description, and fixed minimal supported version.)
  • (cur | prev) 18:06, 11 November 2016Zorg (talk | contribs)m . . (1,813 bytes) (+83). . (Added missing property for the category page; also updated the comments to reflect simplex noise being patent-laden above 2 dimensions. 1D fractal noise is not possible with this snippet, since it would also have 4 parameters.)
  • (cur | prev) 03:22, 28 May 2014Substitute541 (talk | contribs). . (1,730 bytes) (+1,730). . (Created page with "Generates either a normal noise (normalized from -1 to 1) or a fractal noise depending on how many arguments you give it. <source lang="lua"> local function clamp(v, M, m) retu...")