OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
Ogre::BspSceneManagerFactory Class Reference

Factory for BspSceneManager. More...

#include <OgreBspSceneManager.h>

+ Inheritance diagram for Ogre::BspSceneManagerFactory:

Public Member Functions

 BspSceneManagerFactory ()
 
 ~BspSceneManagerFactory ()
 
SceneManagercreateInstance (const String &instanceName)
 Create a new instance of a SceneManager. More...
 
void destroyInstance (SceneManager *instance)
 Destroy an instance of a SceneManager. More...
 
virtual const SceneManagerMetaDatagetMetaData (void) const
 Get information about the SceneManager type created by this factory. More...
 

Static Public Attributes

static const String FACTORY_TYPE_NAME
 Factory type name. More...
 

Detailed Description

Factory for BspSceneManager.

Constructor & Destructor Documentation

◆ BspSceneManagerFactory()

Ogre::BspSceneManagerFactory::BspSceneManagerFactory ( )
inline

◆ ~BspSceneManagerFactory()

Ogre::BspSceneManagerFactory::~BspSceneManagerFactory ( )
inline

Member Function Documentation

◆ createInstance()

SceneManager* Ogre::BspSceneManagerFactory::createInstance ( const String instanceName)
virtual

Create a new instance of a SceneManager.

Remarks
Don't call directly, use SceneManagerEnumerator::createSceneManager.

Implements Ogre::SceneManagerFactory.

◆ destroyInstance()

void Ogre::BspSceneManagerFactory::destroyInstance ( SceneManager instance)
virtual

Destroy an instance of a SceneManager.

Implements Ogre::SceneManagerFactory.

◆ getMetaData()

virtual const SceneManagerMetaData& Ogre::SceneManagerFactory::getMetaData ( void  ) const
inlinevirtualinherited

Get information about the SceneManager type created by this factory.

Member Data Documentation

◆ FACTORY_TYPE_NAME

const String Ogre::BspSceneManagerFactory::FACTORY_TYPE_NAME
static

Factory type name.


The documentation for this class was generated from the following file: