From 7233e6a4f4dd5752f12169dc28ae06e91c27d3e1 Mon Sep 17 00:00:00 2001 From: h4570 Date: Sat, 28 Nov 2020 12:16:05 +0100 Subject: [PATCH] fixed typo --- src/engine/include/models/mesh.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/include/models/mesh.hpp b/src/engine/include/models/mesh.hpp index ea5f201..585aa04 100644 --- a/src/engine/include/models/mesh.hpp +++ b/src/engine/include/models/mesh.hpp @@ -108,7 +108,7 @@ public: // ---- /** - * Load mesh data from .obj files. Animation not supported. + * Load mesh data from .obj files. Animation supported. * Be aware that texture names will be grabbed from material name. * So no .mtl file is needed. Please check if material names in .obj file * are equal to texture file names. @@ -124,7 +124,7 @@ public: void loadObj(char *t_subfolder, char *t_objFile, const float &t_scale, const u32 &t_framesCount, const u8 &t_invertT); /** - * Load mesh data from .obj file. Animation supported. + * Load mesh data from .obj file. Animation not supported. * Be aware that texture names will be grabbed from material name. * So no .mtl file is needed. Please check if material names in .obj file * are equal to texture file names.