TDME2 1.9.121
|
Scene reader. More...
#include <tdme/engine/fileio/scenes/SceneReader.h>
Classes | |
struct | PrototypeMeshNode |
Static Public Member Functions | |
static Scene * | read (const string &pathName, const string &fileName, ProgressCallback *progressCallback=nullptr, PrototypeTransformFilter *prototypeTransformFilter=nullptr) |
Reads a scene. More... | |
static Scene * | read (const string &pathName, const string &fileName, const string &objectIdPrefix, ProgressCallback *progressCallback=nullptr, PrototypeTransformFilter *prototypeTransformFilter=nullptr) |
Reads a scene. More... | |
static Scene * | readFromModel (const string &pathName, const string &fileName, ProgressCallback *progressCallback=nullptr) |
Reads a scene. More... | |
Static Private Member Functions | |
static void | determineMeshNodes (Scene *scene, Node *node, const string &parentName, const Matrix4x4 &parentTransformationsMatrix, vector< PrototypeMeshNode > &meshNodes) |
Determine mesh nodes in node hierarchy. More... | |
|
staticprivate |
Determine mesh nodes in node hierarchy.
scene | scene |
node | node |
parentName | parent node |
parentTransformationsMatrix | parent transformations matrix |
meshNodes | mesh nodes |
Definition at line 319 of file SceneReader.cpp.
|
static |
Reads a scene.
pathName | path name |
fileName | file name |
objectIdPrefix | object id prefix |
progressCallback | progress callback |
prototypeTransformFilter | prototype transform filter |
tdme::os::filesystem::FileSystemException | |
tdme::engine::fileio::models::ModelFileIOException |
Definition at line 86 of file SceneReader.cpp.
|
static |
Reads a scene.
pathName | path name |
fileName | file name |
progressCallback | progress callback |
prototypeTransformFilter | prototype transform filter |
tdme::os::filesystem::FileSystemException | |
tdme::engine::fileio::models::ModelFileIOException |
Definition at line 81 of file SceneReader.cpp.
|
static |
Reads a scene.
pathName | path name |
fileName | file name |
progressCallback | progress callback |
tdme::os::filesystem::FileSystemException | |
tdme::engine::fileio::models::ModelFileIOException |
Definition at line 386 of file SceneReader.cpp.