[This is preliminary documentation and is subject to change.]
Interpolation mode for perlin noise.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public enum NoiseInterpolationMode
Members
| Member | Value | Description |
|---|---|---|
| Linear | 0 | Bilinear (LERP) interpolation (fastest). |
| Cosine | 1 | Cosine interpolation (fast). |
| Bicubic | 2 | Bicubic interpolation (slow). |
| Spline | 3 | Spline interpolation (slowest). |