]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/noise.qh
Merge branch 'master' into Mario/qc_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / noise.qh
1 #ifndef NOISE_H
2 #define NOISE_H
3
4 // noises "usually" start in the range -1..1
5 float Noise_Brown(entity e, float dt);
6 float Noise_Pink(entity e, float dt);
7 float Noise_White(entity e, float dt);
8 float Noise_Burst(entity e, float dt, float p); // +1 or -1
9 #endif