Lines Matching refs:cfg
60 CameraConfig cfg; member
233 sc->cam.cfg = DefaultCamera; in DrawInit()
239 sc->light.cam.cfg = DefaultLightCamera; in DrawInit()
719 cam->cfg.location.x = in SetCamera()
721 cam->cfg.location.y = in SetCamera()
723 cam->cfg.location.z = in SetCamera()
728 &cam->cfg.location, in SetCamera()
729 &cam->cfg.up, in SetCamera()
730 &cam->cfg.target ); in SetCamera()
734 cam->cfg.top, in SetCamera()
735 - (cam->cfg.top), in SetCamera()
736 cam->cfg.left, in SetCamera()
737 - (cam->cfg.left), in SetCamera()
738 cam->cfg.znear, in SetCamera()
739 cam->cfg.zfar ); in SetCamera()
755 Vec lpos = light->cam.cfg.location; in SetLight()