mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 02:49:59 +02:00
moved the jointrotationoffsets to hfmModel.h from fbx.h
This commit is contained in:
parent
f9829c270d
commit
3bf4a7844d
1 changed files with 2 additions and 0 deletions
|
@ -311,6 +311,8 @@ public:
|
||||||
QString getModelNameOfMesh(int meshIndex) const;
|
QString getModelNameOfMesh(int meshIndex) const;
|
||||||
|
|
||||||
QList<QString> blendshapeChannelNames;
|
QList<QString> blendshapeChannelNames;
|
||||||
|
|
||||||
|
QMap<int, glm::quat> jointRotationOffsets;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue