Graphics/Material: Add EnableVertexColor temporary

This commit is contained in:
Jérôme Leclercq
2018-06-15 14:13:18 +02:00
parent b2185f2138
commit 41e2d3e448
5 changed files with 34 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ namespace Nz
bool hasHeightMap = false;
bool hasNormalMap = false;
bool hasSpecularMap = false;
bool hasVertexColor = false;
bool reflectionMapping = false;
bool shadowReceive = true;