Definition at line 15 of file DAEAnimationLoader.h.
◆ JointTransformData()
CSE::JointTransformData::JointTransformData |
( |
int |
jointId, |
|
|
std::string |
jointNameId, |
|
|
const mat4 & |
jointLocalTransform |
|
) |
| |
|
inline |
Definition at line 20 of file DAEAnimationLoader.h.
20 :
21 jointNameId(std::move(jointNameId)),
22 jointId(jointId),
23 jointLocalTransform(jointLocalTransform) {
24 }
◆ jointId
int CSE::JointTransformData::jointId |
◆ jointLocalTransform
mat4 CSE::JointTransformData::jointLocalTransform |
◆ jointNameId
std::string CSE::JointTransformData::jointNameId |
The documentation for this struct was generated from the following file: