![]() |
OGRE
1.12.1
Object-Oriented Graphics Rendering Engine
|
Abstract class for loading scenes from a file (DataStream). More...
#include <OgreSceneLoader.h>
Inheritance diagram for Ogre::SceneLoader:Public Member Functions | |
| virtual | ~SceneLoader () |
| virtual void | load (DataStreamPtr &stream, const String &groupName, SceneNode *rootNode)=0 |
| Load a scene from a file. More... | |
Abstract class for loading scenes from a file (DataStream).
|
inlinevirtual |
|
pure virtual |
Load a scene from a file.
| stream | Weak reference to a data stream which is the source of the scene |
| groupName | The name of a resource group which should be used if any resources are created during the parse of this script. |
| rootNode | The root node for the scene being created |
Implemented in Ogre::BspSceneLoader.