Add dynamicTransforms to hfm::Model

This commit is contained in:
sabrina-shanman 2019-09-13 14:17:12 -07:00
parent d948e434dd
commit c765e1af39

View file

@ -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;