Lines Matching refs:view
52 Mtx view; member
93 static void SetLight ( MyLightObj* light, Mtx view );
363 SetLight(&sc->light, sc->cam.view); in DrawTick()
387 MTXConcat(sc->cam.view, sc->modelCtrl, mm); in DrawTick()
414 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
536 cam->view, in SetCamera()
562 static void SetLight( MyLightObj* light, Mtx view ) in SetLight() argument
575 MTXMultVec(view, &lpos, &lpos); in SetLight()
635 MTXConcat(mt, sc->cam.view, mt); in SetTexGenMtx0()
676 MTXMultVecSR(sc->cam.view, &vlight, &vlight); in SetTexGenMtx1()
682 MTXConcat(sc->cam.view, sc->modelCtrl, mt); in SetTexGenMtx1()
730 MTXMultVecSR(sc->cam.view, &vlight, &vlight); in SetTexGenMtx2()
749 MTXConcat(sc->cam.view, sc->modelCtrl, mv); in SetTexGenMtx2()