PerlinNoise

From Minetest Developer Wiki
Revision as of 10:50, 8 March 2017 by Hybrid Dog (talk | contribs)
Jump to navigation Jump to search

A perlin noise generator. Can be created either via PerlinNoise(seed, octaves, persistence, scale) or minetest.get_perlin(seeddiff, octaves, persistence, scale). Note that PerlinNoiseMap works faster.

Methods

  • get2d(pos) — 2d noise value at pos={x=,y=}
  • get3d(pos) — 3d noise value at pos={x=,y=,z=}


== Examples ==TODO

See also


External Links


Mbox important.png This article is incomplete.
Please help expand this article to include more useful information.