Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/gxdemo/src/TexGen/
Dtg-basic.c25 Vec CamLoc = {0.0F, 0.0F, 8.0F}; variable
85 Vec camPt = CamLoc; in InitCamera()
Dtg-parabolicmap.c31 static Vec CamLoc = {0.0F, 0.0F, 6.0F}; variable
105 MTXLookAt(v, &CamLoc, &UP, &ObjPt); in InitCamera()
Dtg-spheremap.c45 static Vec CamLoc = {0.0F, 0.0F, 4.0F}; variable
412 MTXLookAt(ViewMtx, &CamLoc, &UP, &ObjPt); in SetCamera()