Collada DAE model reader.
More...
#include <tdme/engine/fileio/models/DAEReader.h>
|
static Model::AuthoringTool | getAuthoringTool (TiXmlElement *xmlRoot) |
| Get authoring tool. More...
|
|
static UpVector * | getUpVector (TiXmlElement *xmlRoot) |
| Get Up vector. More...
|
|
static void | setupModelImportRotationMatrix (TiXmlElement *xmlRoot, Model *model) |
| Set up model import rotation matrix. More...
|
|
static void | setupModelImportScaleMatrix (TiXmlElement *xmlRoot, Model *model) |
| Set up model import scale matrix. More...
|
|
static Node * | readVisualSceneNode (const string &pathName, Model *model, Node *parentNode, TiXmlElement *xmlRoot, TiXmlElement *xmlNode, float fps) |
| Read a DAE visual scene node. More...
|
|
static Node * | readNode (const string &pathName, Model *model, Node *parentNode, TiXmlElement *xmlRoot, TiXmlElement *xmlNode, float fps) |
| Reads a DAE visual scene node node. More...
|
|
static Node * | readVisualSceneInstanceController (const string &pathName, Model *model, Node *parentNode, TiXmlElement *xmlRoot, TiXmlElement *xmlNode) |
| Reads a instance controller. More...
|
|
static void | readGeometry (const string &pathName, Model *model, Node *node, TiXmlElement *xmlRoot, const string &xmlNodeId, const map< string, string > &materialSymbols) |
| Reads a geometry. More...
|
|
static Material * | readMaterial (const string &pathName, Model *model, TiXmlElement *xmlRoot, const string &xmlNodeId) |
| Reads a material. More...
|
|
static const string | makeFileNameRelative (const string &fileName) |
| Make file name relative. More...
|
|
static const string | getTextureFileNameById (TiXmlElement *xmlRoot, const string &xmlTextureId) |
| Get texture file name by id. More...
|
|
Collada DAE model reader.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 39 of file DAEReader.h.
◆ getAuthoringTool()
Model::AuthoringTool getAuthoringTool |
( |
TiXmlElement * |
xmlRoot | ) |
|
|
staticprivate |
Get authoring tool.
- Parameters
-
- Returns
- authoring tool
Definition at line 188 of file DAEReader.cpp.
◆ getChildren()
Returns immediate children tags.
- Parameters
-
- Returns
- elements
Definition at line 1291 of file DAEReader.cpp.
◆ getChildrenByTagName()
Returns immediate children tags by tag name.
- Parameters
-
- Returns
- matching elements
Definition at line 1282 of file DAEReader.cpp.
◆ getTextureFileNameById()
const string getTextureFileNameById |
( |
TiXmlElement * |
xmlRoot, |
|
|
const string & |
xmlTextureId |
|
) |
| |
|
staticprivate |
Get texture file name by id.
- Parameters
-
xmlRoot | xml root |
xmlTextureId | xml texture id |
- Returns
- xml texture file name
Definition at line 1266 of file DAEReader.cpp.
◆ getUpVector()
Get Up vector.
- Parameters
-
- Returns
- up vector
- Exceptions
-
Definition at line 202 of file DAEReader.cpp.
◆ makeFileNameRelative()
const string makeFileNameRelative |
( |
const string & |
fileName | ) |
|
|
staticprivate |
Make file name relative.
- Parameters
-
- Returns
- file name
Definition at line 1248 of file DAEReader.cpp.
◆ read()
Model * read |
( |
const string & |
pathName, |
|
|
const string & |
fileName |
|
) |
| |
|
static |
Reads Collada DAE file.
- Parameters
-
pathName | path name |
fileName | file name |
- Exceptions
-
- Returns
- model instance
Definition at line 96 of file DAEReader.cpp.
◆ readGeometry()
void readGeometry |
( |
const string & |
pathName, |
|
|
Model * |
model, |
|
|
Node * |
node, |
|
|
TiXmlElement * |
xmlRoot, |
|
|
const string & |
xmlNodeId, |
|
|
const map< string, string > & |
materialSymbols |
|
) |
| |
|
staticprivate |
Reads a geometry.
- Parameters
-
pathName | path name |
model | model |
node | node |
xmlRoot | xml root |
xmlNodeId | xml node id |
materialSymbols | material symbols |
- Exceptions
-
Definition at line 697 of file DAEReader.cpp.
◆ readMaterial()
Reads a material.
- Parameters
-
pathName | path name |
model | model |
xmlRoot | xml root |
xmlNodeId | xml node id |
- Returns
- material
Definition at line 958 of file DAEReader.cpp.
◆ readNode()
Reads a DAE visual scene node node.
- Parameters
-
pathName | path name |
model | model |
parentNode | parent node |
xmlRoot | xml node |
xmlNode | xml root |
fps | frames per seconds |
- Exceptions
-
- Returns
- node
Definition at line 268 of file DAEReader.cpp.
◆ readVisualSceneInstanceController()
Reads a instance controller.
- Parameters
-
pathName | path name |
model | model |
parentNode | parent node |
xmlRoot | xml root |
xmlNode | xml node |
- Exceptions
-
- Returns
- Node
- Exceptions
-
Definition at line 478 of file DAEReader.cpp.
◆ readVisualSceneNode()
Read a DAE visual scene node.
- Parameters
-
pathName | path name |
model | model |
parentNode | parent node |
xmlRoot | xml node |
xmlNode | xml root |
fps | frames per second |
- Returns
- node
Definition at line 258 of file DAEReader.cpp.
◆ setupModelImportRotationMatrix()
Set up model import rotation matrix.
- Parameters
-
xmlRoot | xml root |
model | model |
Definition at line 224 of file DAEReader.cpp.
◆ setupModelImportScaleMatrix()
Set up model import scale matrix.
- Parameters
-
xmlRoot | xml root |
model | model |
Definition at line 244 of file DAEReader.cpp.
◆ BLENDER_AMBIENT_FROM_DIFFUSE_SCALE
constexpr float BLENDER_AMBIENT_FROM_DIFFUSE_SCALE { 0.7f } |
|
staticconstexprprivate |
◆ BLENDER_AMBIENT_NONE
const Color4 BLENDER_AMBIENT_NONE |
|
staticprivate |
◆ BLENDER_DIFFUSE_SCALE
constexpr float BLENDER_DIFFUSE_SCALE { 0.8f } |
|
staticconstexprprivate |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/fileio/models/DAEReader.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/fileio/models/DAEReader.cpp