Home
last modified time | relevance | path

Searched defs:ayaw (Results 1 – 5 of 5) sorted by relevance

/dports/games/alienarena/alienarena-7.66/source/ref_gl/
H A Dr_vlights.c60 float VLight_GetLightValue ( vec3_t normal, vec3_t dir, float apitch, float ayaw ) in VLight_GetLightValue()
/dports/games/alienarena-data/alienarena-7.66/source/ref_gl/
H A Dr_vlights.c60 float VLight_GetLightValue ( vec3_t normal, vec3_t dir, float apitch, float ayaw ) in VLight_GetLightValue()
/dports/games/quake2max/Quake2maX_0.45-src_unix/ref_gl/
H A Dgl_vlights.c63 float VLight_GetLightValue ( vec3_t normal, vec3_t dir, float apitch, float ayaw, qboolean dlight ) in VLight_GetLightValue()
/dports/games/qudos/QuDos-0.40.1-src/src/ref_gl/
H A Dgl_vlights.c65 VLight_GetLightValue(vec3_t normal, vec3_t dir, float apitch, float ayaw, qboolean dlight) in VLight_GetLightValue()
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Objects/
H A DObject.cpp642 void Object::MakeObject(int atype, XYZ where, float ayaw, float apitch, float ascale) in MakeObject()