Model node.
More...
#include <tdme/engine/model/Node.h>
Model node.
- Author
- andreas.drewke
- Version
- $Id$
Definition at line 30 of file Node.h.
◆ Node()
Node |
( |
Model * |
model, |
|
|
Node * |
parentNode, |
|
|
const string & |
id, |
|
|
const string & |
name |
|
) |
| |
Public constructor.
- Parameters
-
model | model |
parentNode | parent node |
id | id |
name | name |
Definition at line 31 of file Node.cpp.
◆ ~Node()
Destructor.
Definition at line 45 of file Node.cpp.
◆ getAnimation()
- Returns
- animation
Definition at line 225 of file Node.h.
◆ getBitangents()
const vector< Vector3 > & getBitangents |
( |
| ) |
const |
|
inline |
- Returns
- bitangents
Definition at line 212 of file Node.h.
◆ getFaceCount()
int32_t getFaceCount |
( |
| ) |
const |
- Returns
- number of faces in node
Definition at line 109 of file Node.cpp.
◆ getFacesEntities()
const vector< FacesEntity > & getFacesEntities |
( |
| ) |
const |
|
inline |
- Returns
- faces entities
Definition at line 256 of file Node.h.
◆ getFacesEntity()
Find faces entity by id.
- Parameters
-
- Returns
- faces entity
Definition at line 118 of file Node.cpp.
◆ getId()
Returns id.
- Returns
- id
Definition at line 85 of file Node.h.
◆ getModel()
- Returns
- model
Definition at line 70 of file Node.h.
◆ getName()
const string & getName |
( |
| ) |
|
|
inline |
- Returns
- node's name
Definition at line 92 of file Node.h.
◆ getNormals()
const vector< Vector3 > & getNormals |
( |
| ) |
const |
|
inline |
- Returns
- normals
Definition at line 173 of file Node.h.
◆ getOrigins()
const vector< Vector3 > & getOrigins |
( |
| ) |
const |
|
inline |
- Returns
- origins
Definition at line 276 of file Node.h.
◆ getParentNode()
- Returns
- parent node
Definition at line 77 of file Node.h.
◆ getSkinning()
- Returns
- skinning or null
Definition at line 238 of file Node.h.
◆ getSubNodeById()
Node * getSubNodeById |
( |
const string & |
nodeId | ) |
|
Returns a sub node by id.
- Parameters
-
- Returns
- sub node or null
Definition at line 142 of file Node.cpp.
◆ getSubNodes()
map< string, Node * > & getSubNodes |
( |
| ) |
|
|
inline |
- Returns
- sub sub nodes of this node
Definition at line 289 of file Node.h.
◆ getTangents()
const vector< Vector3 > & getTangents |
( |
| ) |
const |
|
inline |
- Returns
- tangents
Definition at line 199 of file Node.h.
◆ getTextureCoordinates()
- Returns
- texture coordinates or null (optional)
Definition at line 186 of file Node.h.
◆ getTransformationsMatrix()
const Matrix4x4 & getTransformationsMatrix |
( |
| ) |
const |
|
inline |
- Returns
- transformations matrix related to parent node
Definition at line 121 of file Node.h.
◆ getVertices()
const vector< Vector3 > & getVertices |
( |
| ) |
const |
|
inline |
- Returns
- vertices
Definition at line 151 of file Node.h.
◆ hasNormalsUpdate()
bool hasNormalsUpdate |
( |
| ) |
|
|
inline |
- Returns
- if normals have been updated
Definition at line 164 of file Node.h.
◆ hasUpdate()
- Returns
- if vertices or normals have been changed
Definition at line 135 of file Node.h.
◆ hasVerticesUpdate()
bool hasVerticesUpdate |
( |
| ) |
|
|
inline |
- Returns
- if vertices have been updated
Definition at line 142 of file Node.h.
◆ isEmpty()
- Returns
- if this node is empty
Definition at line 99 of file Node.h.
◆ isJoint()
- Returns
- if this node is a joint/bone
Definition at line 106 of file Node.h.
◆ setAnimation()
Sets animation object.
- Parameters
-
Definition at line 97 of file Node.cpp.
◆ setBitangents()
void setBitangents |
( |
const vector< Vector3 > & |
bitangents | ) |
|
Set bitangents.
- Parameters
-
Definition at line 88 of file Node.cpp.
◆ setFacesEntities()
void setFacesEntities |
( |
const vector< FacesEntity > & |
facesEntities | ) |
|
Set up faces entities.
- Parameters
-
facesEntities | faces entity |
Definition at line 125 of file Node.cpp.
◆ setJoint()
void setJoint |
( |
bool |
isJoint | ) |
|
|
inline |
Sets up if this node is a joint or not.
- Parameters
-
Definition at line 114 of file Node.h.
◆ setNormals()
void setNormals |
( |
const vector< Vector3 > & |
normals | ) |
|
Set normals.
- Parameters
-
Definition at line 60 of file Node.cpp.
◆ setOrigins()
void setOrigins |
( |
const vector< Vector3 > & |
origins | ) |
|
Set origins.
- Parameters
-
origins | render node object origins |
Definition at line 134 of file Node.cpp.
◆ setSkinning()
Sets skinning object.
- Parameters
-
Definition at line 102 of file Node.cpp.
◆ setTangents()
void setTangents |
( |
const vector< Vector3 > & |
tangents | ) |
|
Set tangents.
- Parameters
-
Definition at line 79 of file Node.cpp.
◆ setTextureCoordinates()
Set texture coordinates.
- Parameters
-
textureCoordinates | texture coordinates |
Definition at line 70 of file Node.cpp.
◆ setTransformationsMatrix()
void setTransformationsMatrix |
( |
const Matrix4x4 & |
transformationsMatrix | ) |
|
|
inline |
- Returns
- transformations matrix related to parent node
Definition at line 128 of file Node.h.
◆ setVertices()
void setVertices |
( |
const vector< Vector3 > & |
vertices | ) |
|
Set vertices.
- Parameters
-
Definition at line 50 of file Node.cpp.
◆ animation
◆ bitangents
◆ facesEntities
◆ id
◆ joint
◆ model
◆ name
◆ normals
◆ normalsUpdated
◆ origins
◆ parentNode
◆ skinning
◆ subNodes
map<string, Node*> subNodes |
|
private |
◆ tangents
◆ textureCoordinates
◆ transformationsMatrix
◆ vertices
◆ verticesUpdated
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/model/Node.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/model/Node.cpp