From 8ca083691a1d7a8fdfdb8aa3d31c38367534b0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 27 Aug 2012 21:25:02 +0200 Subject: [PATCH] SceneGraph: compute projection size from aspectratio-corrected matrix. It isn't tested anywhere, because Camera is calling glViewport(). --- src/SceneGraph/Camera.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SceneGraph/Camera.h b/src/SceneGraph/Camera.h index 76faa6c45..2c29bd7f8 100644 --- a/src/SceneGraph/Camera.h +++ b/src/SceneGraph/Camera.h @@ -102,7 +102,8 @@ template