|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
#include "OgrePagingPrerequisites.h"#include "OgrePageStrategy.h"#include "OgreVector2.h"#include "OgreVector3.h"| Classes | |
| class | Ogre::Grid2DPageStrategy | 
| Page strategy which loads new pages based on a regular 2D grid.  More... | |
| class | Ogre::Grid2DPageStrategyData | 
| Specialisation of PageStrategyData for Grid2DPageStrategy.  More... | |
| Namespaces | |
| Ogre | |
|  This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/  | |
| Enumerations | |
| enum | Ogre::Grid2DMode { Ogre::G2D_X_Z = 0, Ogre::G2D_X_Y = 1, Ogre::G2D_Y_Z = 2 } | 
| The 2D grid mode.  More... | |