Strata - v1.4.10
    Preparing search index...

    Interface TerrainNoisePreset

    Terrain noise preset configuration

    interface TerrainNoisePreset {
        amplitude: number;
        fbm: Required<FBMConfig>;
        name: string;
        warp?: boolean;
        warpStrength?: number;
    }
    Index

    Properties

    amplitude: number

    Amplitude scaling factor

    fbm: Required<FBMConfig>

    FBM configuration for the preset

    name: string

    Preset identifier

    warp?: boolean

    Whether to apply domain warping

    warpStrength?: number

    Warp strength if enabled