Skip to main content

fbm_2d

Function fbm_2d 

Source
pub fn fbm_2d(
    perm: &PermTable,
    base_x: f64,
    base_y: f64,
    frequency: f64,
    octaves: u32,
) -> f64
Expand description

2D fractal Brownian motion over Perlin noise, as fbm_1d.