ew-engine/hq engine src/vertexlights.h

9 lines
192 B
C
Raw Permalink Normal View History

2006-10-08 00:00:00 +00:00
extern byte anorm_pitch[162];
extern byte anorm_yaw[162];
extern byte vlighttable[256][256];
float VLight_LerpLight(int index1, int index2, float ilerp, float apitch, float ayaw);