Lines Matching refs:cfg
57 CameraConfig cfg; member
232 sc->cam.cfg = DefaultCamera; in DrawInit()
238 sc->light.cam.cfg = DefaultLightCamera; in DrawInit()
550 - (cam->cfg.top), // t = -y in projected texture in GetTexProjMtx()
551 cam->cfg.top, in GetTexProjMtx()
552 cam->cfg.left, in GetTexProjMtx()
553 - (cam->cfg.left), in GetTexProjMtx()
554 cam->cfg.znear, in GetTexProjMtx()
578 cam->cfg.location.x = in SetCamera()
580 cam->cfg.location.y = in SetCamera()
582 cam->cfg.location.z = in SetCamera()
587 &cam->cfg.location, in SetCamera()
588 &cam->cfg.up, in SetCamera()
589 &cam->cfg.target ); in SetCamera()
593 cam->cfg.top, in SetCamera()
594 - (cam->cfg.top), in SetCamera()
595 cam->cfg.left, in SetCamera()
596 - (cam->cfg.left), in SetCamera()
597 cam->cfg.znear, in SetCamera()
598 cam->cfg.zfar ); in SetCamera()
614 Vec lpos = light->cam.cfg.location; in SetLight()