Function TCOD_noise_get_fbm_vectorized

Function Documentation

void TCOD_noise_get_fbm_vectorized(TCOD_Noise *noise, TCOD_noise_type_t type, float octaves, int n, float *x, float *y, float *z, float *w, float *out)

Generate noise as a vectorized operation with fractional Brownian motion.

octaves are the number of samples to take.

The remaining parameters are the same as TCOD_noise_get_vectorized.

New in version 1.16.