Skip to main content

fbm_simplex

Function fbm_simplex 

Source
pub fn fbm_simplex(
    x: f32,
    y: f32,
    octaves: u8,
    persistence: f32,
    lacunarity: f32,
) -> f32
Expand description

2-D fBm over Simplex noise — tighter, more crystalline features.