From 105edbd5028399f9cd180ca5674a92edb1fb6efb Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 24 Apr 2005 01:44:48 +0000 Subject: Fixed texture mapping and added generation of materials for lighting --- opengl/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opengl/config.h') diff --git a/opengl/config.h b/opengl/config.h index 812b79a..1a707ce 100644 --- a/opengl/config.h +++ b/opengl/config.h @@ -48,6 +48,9 @@ public: static bool BlitzMax(); static void BlitzMax(bool flag); + static bool OutputNormals(); + static void OutputNormals(bool flag); + private: Config(); @@ -58,6 +61,7 @@ private: static bool m_useInfo; static bool m_forceCOG; static bool m_blitzMax; + static bool m_normals; }; #endif // CONFIG_H -- cgit v1.2.3