Enum FastNoiseLite.DomainWarpTypeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum FastNoiseLite.DomainWarpTypeEnum : long
Fields
BasicGrid = 2
The domain is warped using a simple noise grid (not as smooth as the other methods, but more performant).
Simplex = 0
The domain is warped using the simplex noise algorithm.
SimplexReduced = 1
The domain is warped using a simplified version of the simplex noise algorithm.