"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSGraphicsLib/Src/Fnd/LSGFndConstants.h

00001 
00016 #ifndef __LSG_FNDCONSTANTS_H__
00017 #define __LSG_FNDCONSTANTS_H__
00018 
00019 namespace lsg {
00020 
00021         // == Enumerations.
00025         enum LSG_METRICS {
00026                 LSG_MAX_LIGHTS                                                          = 8,
00027                 LSG_MAX_TEXTURE_UNITS                                           = 16,
00028         };
00029 
00033         enum LSG_FOG_TYPE {
00034                 LSG_FT_LINEAR,
00035                 LSG_FT_EXP,
00036                 LSG_FT_EXP2,
00037         };
00038 
00042         enum LSG_CULL_MODES {
00043                 LSG_CM_CW,
00044                 LSG_CM_CCW
00045         };
00046 
00047 }       // namespace lsg
00048 
00049 #endif  // __LSG_FNDCONSTANTS_H__
00050 
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator