From c00a42fcf3f4b88aa739c2076838464a52b18026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 6 May 2012 22:21:51 +0200 Subject: [PATCH] Removed "wontfix" TODOs. * Perspective is done in Camera itself, FBO postprocessing is user's job (yep, via subclassing). * Magnum won't probably support Euler angles at all, only quaternions. http://twitter.com/ID_AA_Carmack/statuses/187964611159539712 --- src/Camera.h | 4 +--- src/Math/Matrix4.h | 9 ++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/Camera.h b/src/Camera.h index 9980a273d..c5874d01a 100644 --- a/src/Camera.h +++ b/src/Camera.h @@ -29,9 +29,7 @@ namespace Magnum { /** - * @brief %Camera object - * - * @todo Subclasses - perspective, FBO postprocessing etc. +@brief %Camera object */ class MAGNUM_EXPORT Camera: public Object { public: diff --git a/src/Math/Matrix4.h b/src/Math/Matrix4.h index b36946258..e5320c25d 100644 --- a/src/Math/Matrix4.h +++ b/src/Math/Matrix4.h @@ -25,11 +25,10 @@ namespace Magnum { namespace Math { /** - * @brief 4x4 matrix - * - * @todo Rotation with Euler angles - * @todo Shearing - * @todo Reflection +@brief 4x4 matrix + +@todo Shearing +@todo Reflection */ template class Matrix4: public Matrix { public: