From a3ba8f12705fb98759a5eee14dfce92d1d57d817 Mon Sep 17 00:00:00 2001 From: mathusummut Date: Mon, 1 Oct 2018 23:04:20 +0200 Subject: [PATCH] Polished G3D spec implementation --- source/shared_lib/include/graphics/model_header.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/shared_lib/include/graphics/model_header.h b/source/shared_lib/include/graphics/model_header.h index ffeda7f50..3c00d44fa 100644 --- a/source/shared_lib/include/graphics/model_header.h +++ b/source/shared_lib/include/graphics/model_header.h @@ -41,6 +41,7 @@ namespace Shared { }; enum MeshPropertyFlag { + mpfNone = 0, mpfCustomColor = 1, mpfTwoSided = 2, mpfNoSelect = 4, @@ -84,6 +85,7 @@ namespace Shared { }; enum MeshPropertyV3 { + mp3None = 0, mp3NoTexture = 1, mp3TwoSided = 2, mp3CustomColor = 4