Home
last modified time | relevance | path

Searched refs:il (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-2.1/build/demos/gxdemo/src/Lighting/
Dlit-prelit.c519 u32 iv, il, col; in PreLighting() local
529 for ( il = 0 ; il < NUM_FAKELIGHTS ; ++il ) in PreLighting()
531 col = sc->fakeLight[il].color; in PreLighting()
532 dx = sc->fakeLight[il].xpos - x; in PreLighting()
533 dy = sc->fakeLight[il].ypos - y; in PreLighting()
534 z = sc->fakeLight[il].zpos * sc->fakeLight[il].zpos; in PreLighting()