Module open_simplex_2

Source
Expand description

OpenSimplex2 noise modifiers.

Structsยง

Improve2X
Improves 2D orientation with Y pointing down the main diagonal.
Improve3Xy
Improves 3D orientation for better visual isotropy in (X, Y).
Improve3Xz
Improves 3D orientation for better visual isotropy in (X, Z).
Improve4XyZw
Improves 4D orientation so XY and ZW form orthogonal triangular-based planes.
Improve4Xyz
Improves 4D orientation so XYZ is oriented like the default 3D noise and W for an extra degree of freedom. W repeats eventually.
Improve4XyzXy
Improves 4D orientation so XYZ is oriented like the 3D improve_xy noise and W for an extra degree of freedom. W repeats eventually.
Improve4XyzXz
Improves 4D orientation so XYZ is oriented like the 3D improve_xz noise and W for an extra degree of freedom. W repeats eventually.