From 159c4ece509bd531b6df03c7e333cfb5ac211345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 16 Mar 2020 21:54:08 +0100 Subject: [PATCH] Trade: add a TODO. --- src/Magnum/Trade/MeshData.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index 385a44c19..f1eebc5be 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -425,6 +425,8 @@ class MAGNUM_TRADE_EXPORT MeshAttributeData { * it explicitly --- there's no way the library can infer this from the * type alone, except for the color types above (which are generally * always normalized). + * @todo Pick a type based on the combination of T and name? E.g., for + * a Tangent it would pick Vector3sNormalized instead of Vector3s */ template constexpr explicit MeshAttributeData(MeshAttribute name, const Containers::StridedArrayView1D& data) noexcept;