Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-light.c102 static Vec LightPos = { 10.0F, 10.0F, 2.0F }; variable
227 lpos = LightPos; in DrawTick()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/
Dlit-prelit.c133 static s16 LightPos[4][3] = variable
455 lpos.x = (f32)LightPos[i][0]; in SetLight()
456 lpos.y = (f32)LightPos[i][1]; in SetLight()
457 lpos.z = (f32)LightPos[i][2]; in SetLight()