Castor3D
..
|
ESCN file parser. Plus de détails...
Fonctions membres publiques | |
C3D_API | SceneFileParser (Engine &p_engine) |
C3D_API | ~SceneFileParser () |
C3D_API RenderWindowSPtr | GetRenderWindow () |
C3D_API bool | ParseFile (Castor::TextFile &p_file) |
C3D_API bool | ParseFile (Castor::Path const &p_pathFile) |
C3D_API bool | ParseFile (Castor::Path const &p_pathFile, SceneFileContextSPtr p_context) |
ScenePtrStrMap::iterator | ScenesBegin () |
ScenePtrStrMap::const_iterator | ScenesBegin () const |
ScenePtrStrMap::const_iterator | ScenesEnd () const |
ESCN file parser.
Reads ESCN files and extracts all 3D data from it
C3D_API Castor3D::SceneFileParser::~SceneFileParser | ( | ) |
Destructor
C3D_API RenderWindowSPtr Castor3D::SceneFileParser::GetRenderWindow | ( | ) |
Retrieves the render window defined by the scene
C3D_API bool Castor3D::SceneFileParser::ParseFile | ( | Castor::TextFile & | p_file | ) |
Parses the given file (expecting it to be in ESCN file format)
[in,out] | p_file | The file |
C3D_API bool Castor3D::SceneFileParser::ParseFile | ( | Castor::Path const & | p_pathFile | ) |
Parses the given file (expecting it to be in ESCN file format)
[in] | p_pathFile | The file path |
C3D_API bool Castor3D::SceneFileParser::ParseFile | ( | Castor::Path const & | p_pathFile, |
SceneFileContextSPtr | p_context | ||
) |
Parses the given file (expecting it to be in ESCN file format), using an external context
[in] | p_pathFile | The file path. |
[in] | p_context | The context. |
|
inline |
|
inline |
|
inline |
Références C3D_API.