OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Some details on paging component. More...
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... | |
class | Ogre::Page |
Page class. More... | |
class | Ogre::PageContent |
Interface definition for a unit of content within a page. More... | |
class | Ogre::PageContentCollection |
Definition of the interface for a collection of PageContent instances. More... | |
class | Ogre::PageContentCollectionFactory |
Define the interface to a factory class that will create subclasses of PageContentCollection. More... | |
class | Ogre::PageContentFactory |
Define the interface to a factory class that will create subclasses of PageContent. More... | |
class | Ogre::PagedWorld |
This class represents a collection of pages which make up a world. More... | |
class | Ogre::PagedWorldSection |
Represents a section of the PagedWorld which uses a given PageStrategy, and which is made up of a generally localised set of Page instances. More... | |
class | Ogre::PagedWorldSectionFactory |
A factory class for creating types of world section. More... | |
class | Ogre::PageManager |
The PageManager is the entry point through which you load all PagedWorld instances, and the place where PageStrategy instances and factory classes are registered to customise the paging behaviour. More... | |
class | Ogre::PageProvider |
Abstract class that can be implemented by the user application to provide a way to retrieve or generate page data from a source of their choosing. More... | |
Enumerations | |
enum | Ogre::Grid2DMode { Ogre::G2D_X_Z = 0 , Ogre::G2D_X_Y = 1 , Ogre::G2D_Y_Z = 2 } |
The 2D grid mode. More... | |
Some details on paging component.