mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
5ee1b1d9ca
go back to id's lighting model being default. LordHavoc's is selectable via --attentuation havoc. Also selectable on a per-light basis.
5 lines
246 B
C
5 lines
246 B
C
float noise3d (vec3_t v, int num);
|
|
float noiseXYZ (float x, float y, float z, int num);
|
|
float noise_scaled (vec3_t v, float s, int num);
|
|
float noise_perlin (vec3_t v, float p, int num);
|
|
void snap_vector (vec3_t v_old, vec3_t v_new, float scale);
|