Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/demos/gxdemo/src/TexGen/
Dtg-shadow2.c85 CameraConfig cfg; member
302 sc->cam.cfg = DefaultCamera; in DrawInit()
369 sc->light.cam.cfg = ( sc->projMode ) ? in DrawTick()
681 if ( cam->cfg.type == GX_PERSPECTIVE ) in GetTexProjMtx()
685 - (cam->cfg.top), // t = -y in projected texture in GetTexProjMtx()
686 cam->cfg.top, in GetTexProjMtx()
687 cam->cfg.left, in GetTexProjMtx()
688 - (cam->cfg.left), in GetTexProjMtx()
689 cam->cfg.znear, in GetTexProjMtx()
699 - (cam->cfg.top), // t = -y in projected texture in GetTexProjMtx()
[all …]