Skinning definition for nodes.
More...
#include <tdme/engine/model/Skinning.h>
Skinning definition for nodes.
- Author
- andreas.drewke
- Version
- $Id$
Definition at line 26 of file Skinning.h.
◆ Skinning()
◆ getJointByName()
Joint * getJointByName |
( |
const string & |
name | ) |
|
Get joint by name.
- Parameters
-
- Returns
- joint
Definition at line 61 of file Skinning.cpp.
◆ getJoints()
const vector< Joint > & getJoints |
( |
| ) |
|
|
inline |
◆ getVerticesJointsWeights()
const vector< vector< JointWeight > > & getVerticesJointsWeights |
( |
| ) |
|
|
inline |
- Returns
- all vertex joints
Definition at line 68 of file Skinning.h.
◆ getWeights()
const vector< float > & getWeights |
( |
| ) |
|
|
inline |
◆ setJoints()
void setJoints |
( |
const vector< Joint > & |
joints | ) |
|
◆ setupJointsByName()
void setupJointsByName |
( |
| ) |
|
|
private |
◆ setVerticesJointsWeights()
void setVerticesJointsWeights |
( |
const vector< vector< JointWeight > > & |
verticesJointsWeights | ) |
|
Sets up vertices joints weights.
- Parameters
-
verticesJointsWeights | verticesJointsWeights |
Definition at line 42 of file Skinning.cpp.
◆ setWeights()
void setWeights |
( |
const vector< float > & |
weights | ) |
|
Set up weights.
- Parameters
-
Definition at line 23 of file Skinning.cpp.
◆ joints
◆ jointsByName
map<string, Joint*> jointsByName |
|
private |
◆ verticesJointsWeights
◆ weights
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/model/Skinning.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/model/Skinning.cpp