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,