Searched refs:matScreenTransformation (Results 1 – 1 of 1) sorted by relevance
705 QDoubleMatrix4x4 matScreenTransformation; in setupCamera() local706 matScreenTransformation.scale(0.5 * m_viewportWidth, 0.5 * m_viewportHeight, 1.0); in setupCamera()707 matScreenTransformation(0,3) = (0.5 + offsetPct.x()) * m_viewportWidth; in setupCamera()708 matScreenTransformation(1,3) = (0.5 + offsetPct.y()) * m_viewportHeight; in setupCamera()710 m_transformation = matScreenTransformation * projectionMatrix * m_cameraMatrix; in setupCamera()714 m_transformation0 = matScreenTransformation * projectionMatrix * m_cameraMatrix0; in setupCamera()