summaryrefslogtreecommitdiff
path: root/opengl/config.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-04-24 01:44:48 +0000
committerIan C <ianc@noddybox.co.uk>2005-04-24 01:44:48 +0000
commit105edbd5028399f9cd180ca5674a92edb1fb6efb (patch)
tree0935e33dde0701684d1a0dd5e29a77803838897a /opengl/config.h
parent540a3ffe4a9be39c346973e1f958c02398ce3f8a (diff)
Fixed texture mapping and added generation of materials for lighting
Diffstat (limited to 'opengl/config.h')
-rw-r--r--opengl/config.h4
1 files changed, 4 insertions, 0 deletions
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