OGRE  13.6
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) override
 Create a new instance of a SceneManager. More...
 
- Public Member Functions inherited from Ogre::SceneManagerFactory
 SceneManagerFactory ()
 
virtual ~SceneManagerFactory ()
 
virtual 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)
overridevirtual

Create a new instance of a SceneManager.

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

Implements Ogre::SceneManagerFactory.

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: