Module OgamlUtils.Noise.Perlin3D

3D Perlin noise
type t
Type of a 3D Perlin noise
val create : unit -> t
Creates a 3D Perlin noise with the current random state
val create_with_seed : Random.State.t -> t
Creates a 3D Perlin noise with a custom random state
val get : t -> OgamlMath.Vector3f.t -> float
Gets the value of a 3D noise at a given point