quakeforge/tools/qflight/include/noise.h
Bill Currie 5ee1b1d9ca bring in OpenQuartz's extentions (except -ikmap: got tired:)
go back to id's lighting model being default. LordHavoc's is selectable
via --attentuation havoc. Also selectable on a per-light basis.
2004-01-26 07:39:29 +00:00

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);