#include <sceneimporter.h>
Inheritance diagram for oxygen::SceneImporter:
Public Member Functions | |
SceneImporter () | |
virtual | ~SceneImporter () |
virtual bool | ImportScene (const std::string &fileName, boost::shared_ptr< BaseNode > root, boost::shared_ptr< zeitgeist::ParameterList > parameter)=0 |
import a scene from a file | |
virtual bool | ParseScene (const std::string &scene, boost::shared_ptr< BaseNode > root, boost::shared_ptr< zeitgeist::ParameterList > parameter)=0 |
import a scene from a string description |
Definition at line 33 of file sceneimporter.h.
|
Definition at line 36 of file sceneimporter.h. |
|
Definition at line 37 of file sceneimporter.h. |
|
import a scene from a file
Implemented in RubySceneImporter. |
|
import a scene from a string description
Implemented in RubySceneImporter. |