Table of Contents

Enum FastNoiseLite.DomainWarpFractalTypeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum FastNoiseLite.DomainWarpFractalTypeEnum : long

Fields

Independent = 2

Warping the space independently for each octave, resulting in a more chaotic distortion.

None = 0

No fractal noise for warping the space.

Progressive = 1

Warping the space progressively, octave for octave, resulting in a more "liquified" distortion.