From 7953032a0c353b30595179d581df380dc379f267 Mon Sep 17 00:00:00 2001 From: mathusummut Date: Mon, 1 Oct 2018 23:00:07 +0200 Subject: [PATCH] Polished G3D spec implementation --- source/shared_lib/include/graphics/model_header.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/shared_lib/include/graphics/model_header.h b/source/shared_lib/include/graphics/model_header.h index 479c96f05..ffeda7f50 100644 --- a/source/shared_lib/include/graphics/model_header.h +++ b/source/shared_lib/include/graphics/model_header.h @@ -50,6 +50,7 @@ namespace Shared { static const int MESH_TEXTURE_COUNT = 3; enum MeshTexture { + mtNone = 0, mtDiffuse = 1, mtSpecular = 2, mtNormal = 4