Go to the source code of this file.
|
| float | stb_perlin_noise3 (float x, float y, float z, int x_wrap, int y_wrap, int z_wrap) |
| |
| float | stb_perlin_noise3_seed (float x, float y, float z, int x_wrap, int y_wrap, int z_wrap, int seed) |
| |
| float | stb_perlin_ridge_noise3 (float x, float y, float z, float lacunarity, float gain, float offset, int octaves) |
| |
| float | stb_perlin_fbm_noise3 (float x, float y, float z, float lacunarity, float gain, int octaves) |
| |
| float | stb_perlin_turbulence_noise3 (float x, float y, float z, float lacunarity, float gain, int octaves) |
| |
| float | stb_perlin_noise3_wrap_nonpow2 (float x, float y, float z, int x_wrap, int y_wrap, int z_wrap, unsigned char seed) |
| |
◆ stb_perlin_fbm_noise3()
| float stb_perlin_fbm_noise3 |
( |
float | x, |
|
|
float | y, |
|
|
float | z, |
|
|
float | lacunarity, |
|
|
float | gain, |
|
|
int | octaves ) |
|
extern |
◆ stb_perlin_noise3()
| float stb_perlin_noise3 |
( |
float | x, |
|
|
float | y, |
|
|
float | z, |
|
|
int | x_wrap, |
|
|
int | y_wrap, |
|
|
int | z_wrap ) |
|
extern |
◆ stb_perlin_noise3_seed()
| float stb_perlin_noise3_seed |
( |
float | x, |
|
|
float | y, |
|
|
float | z, |
|
|
int | x_wrap, |
|
|
int | y_wrap, |
|
|
int | z_wrap, |
|
|
int | seed ) |
|
extern |
◆ stb_perlin_noise3_wrap_nonpow2()
| float stb_perlin_noise3_wrap_nonpow2 |
( |
float | x, |
|
|
float | y, |
|
|
float | z, |
|
|
int | x_wrap, |
|
|
int | y_wrap, |
|
|
int | z_wrap, |
|
|
unsigned char | seed ) |
|
extern |
◆ stb_perlin_ridge_noise3()
| float stb_perlin_ridge_noise3 |
( |
float | x, |
|
|
float | y, |
|
|
float | z, |
|
|
float | lacunarity, |
|
|
float | gain, |
|
|
float | offset, |
|
|
int | octaves ) |
|
extern |
◆ stb_perlin_turbulence_noise3()
| float stb_perlin_turbulence_noise3 |
( |
float | x, |
|
|
float | y, |
|
|
float | z, |
|
|
float | lacunarity, |
|
|
float | gain, |
|
|
int | octaves ) |
|
extern |