Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dtg-basic.c28 Vec ObjPt = {0.0F, 0.0F, 0.0F}; variable
93 MTXLookAt(v, &camPt, &UP, &ObjPt); in InitCamera()
Dtg-parabolicmap.c33 static Vec ObjPt = {0.0F, 0.0F, 0.0F}; variable
105 MTXLookAt(v, &CamLoc, &UP, &ObjPt); in InitCamera()
Dtg-spheremap.c47 static Vec ObjPt = {0.0F, 0.0F, 0.0F}; variable
412 MTXLookAt(ViewMtx, &CamLoc, &UP, &ObjPt); in SetCamera()