moved the jointrotationoffsets to hfmModel.h from fbx.h

This commit is contained in:
amantley 2018-11-15 10:56:17 -08:00
parent f9829c270d
commit 3bf4a7844d

View file

@ -311,6 +311,8 @@ public:
QString getModelNameOfMesh(int meshIndex) const;
QList<QString> blendshapeChannelNames;
QMap<int, glm::quat> jointRotationOffsets;
};
};