From 5949f7ae41f913eaa84c56f2ec6135a86f67e8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 19 Nov 2013 22:22:01 +0100 Subject: [PATCH] SceneGraph: added TODO. --- src/SceneGraph/AbstractTransformation.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/SceneGraph/AbstractTransformation.h b/src/SceneGraph/AbstractTransformation.h index 206ece1c6..7d4b5797b 100644 --- a/src/SceneGraph/AbstractTransformation.h +++ b/src/SceneGraph/AbstractTransformation.h @@ -83,7 +83,11 @@ template class MAGNUM_SCENEGRAPH_EXPORT Abstrac virtual void doResetTransformation() = 0; }; -/** @brief Transformation type */ +/** +@brief Transformation type + +@todo Get rid of this in favor of separate function for each type (less branching) +*/ enum class TransformationType: UnsignedByte { /** Global transformation, applied after all other transformations. */ Global = 0x00,