diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-24 01:44:48 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-24 01:44:48 +0000 |
commit | 105edbd5028399f9cd180ca5674a92edb1fb6efb (patch) | |
tree | 0935e33dde0701684d1a0dd5e29a77803838897a /opengl/gldialog.h | |
parent | 540a3ffe4a9be39c346973e1f958c02398ce3f8a (diff) |
Fixed texture mapping and added generation of materials for lighting
Diffstat (limited to 'opengl/gldialog.h')
-rw-r--r-- | opengl/gldialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/gldialog.h b/opengl/gldialog.h index aa5d6e7..7df26e0 100644 --- a/opengl/gldialog.h +++ b/opengl/gldialog.h @@ -49,6 +49,7 @@ private: W32DLib::Text m_dir; W32DLib::AutoCheck m_forceCOG; W32DLib::AutoCheck m_blitzMax; + W32DLib::AutoCheck m_normals; W32DLib::StaticText m_funcLabel; std::string m_path; |