pub fn erode(
surface: &mut HeightFieldSurface,
params: &ErosionParams,
seed: u32,
)Expand description
Run hydraulic erosion simulation on a height field.
pub fn erode(
surface: &mut HeightFieldSurface,
params: &ErosionParams,
seed: u32,
)Run hydraulic erosion simulation on a height field.