|
dl
|
#include <dl_model_data.h>
Public 成员函数 | |
| Matrix4 | GetOffsetMatrix (int index) |
| void | Save (StreamOutput &s) |
| void | Load (StreamInput &s) |
Public 属性 | |
| std::string | name |
| int | skeletonRoot = -1 |
| std::vector< Matrix4 > | _allOffsetMatrix |
| std::vector< int > | _allJoint |
在文件 dl_model_data.h 第 159 行定义.
|
inline |
在文件 dl_model_data.h 第 166 行定义.
| void dl::ModelSkin::Load | ( | StreamInput & | s | ) |
| void dl::ModelSkin::Save | ( | StreamOutput & | s | ) |
| std::vector<int> dl::ModelSkin::_allJoint |
在文件 dl_model_data.h 第 164 行定义.
| std::vector<Matrix4> dl::ModelSkin::_allOffsetMatrix |
在文件 dl_model_data.h 第 163 行定义.
| std::string dl::ModelSkin::name |
在文件 dl_model_data.h 第 161 行定义.
| int dl::ModelSkin::skeletonRoot = -1 |
在文件 dl_model_data.h 第 162 行定义.