Searched refs:spotDir (Results 1 – 2 of 2) sorted by relevance
70 c->lighting.lights[i].spotDir.z = -0x10000; in ogles_init_light()546 mvui.point3(&mvui, &light.spotDir, reinterpret_cast<vec4_t const*>(params)); in lightxv()548 light.spotDir = *reinterpret_cast<vec4_t const*>(params); in lightxv()550 vnorm3(light.normalizedSpotDir.v, light.spotDir.v); in lightxv()
296 vec4_t spotDir; member