OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
A factory class for creating types of world section. More...
#include <OgrePagedWorldSection.h>
Public Member Functions | |
virtual | ~PagedWorldSectionFactory () |
virtual PagedWorldSection * | createInstance (const String &name, PagedWorld *parent, SceneManager *sm)=0 |
virtual void | destroyInstance (PagedWorldSection *)=0 |
virtual const String & | getName () const =0 |
A factory class for creating types of world section.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |