mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Add dynamicTransforms to hfm::Model
This commit is contained in:
parent
d948e434dd
commit
c765e1af39
1 changed files with 2 additions and 0 deletions
|
@ -332,6 +332,8 @@ public:
|
|||
std::vector<Deformer> deformers;
|
||||
|
||||
std::vector<TransformNode> transforms;
|
||||
std::vector<DynamicTransform> dynamicTransforms;
|
||||
|
||||
std::vector<Joint> joints;
|
||||
QHash<QString, int> jointIndices; ///< 1-based, so as to more easily detect missing indices
|
||||
bool hasSkeletonJoints;
|
||||
|
|
Loading…
Reference in a new issue