gfxConst.h

Go to the documentation of this file.
00001 /*
00002  * gfxConst.h
00003  *
00004  *  Created on: Jan 20, 2013
00005  *      Author: sushil
00006  */
00007 
00008 #ifndef GFXCONST_H_
00009 #define GFXCONST_H_
00010 
00011 namespace OgreGFX {
00012 
00013 const int ENT_VISIBILITY_FLAG      = 0xF00;
00014 const int MINIMAP_VISIBILITY_FLAG  = 0xF0;
00015 const int STATIC_VISIBILITY_FLAG   = 0xF;
00016 
00017 const int PLAYER_CAMERA_MASK     = 0xFFFFFF00;
00018 const int MINIMAP_CAMERA_MASK    = 0xFFFFF0F0;
00019 
00020 }
00021 
00022 #endif /* GFXCONST_H_ */

Generated on Fri Dec 13 14:54:16 2013 for FastECSLent by  doxygen 1.5.4