mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 02:14:26 +02:00
Re-order hfm::Model variables and add shapeTransforms list
This commit is contained in:
parent
b944db3e79
commit
ccdfb11de2
1 changed files with 2 additions and 2 deletions
|
@ -315,14 +315,14 @@ public:
|
|||
std::vector<Shape> shapes;
|
||||
|
||||
std::vector<Mesh> meshes;
|
||||
std::vector<Material> materials;
|
||||
std::vector<ShapeTransform> shapeTransforms;
|
||||
|
||||
std::vector<Joint> joints;
|
||||
QHash<QString, int> jointIndices; ///< 1-based, so as to more easily detect missing indices
|
||||
bool hasSkeletonJoints;
|
||||
QVector<QString> scripts;
|
||||
|
||||
std::vector<Material> materials;
|
||||
|
||||
glm::mat4 offset; // This includes offset, rotation, and scale as specified by the FST file
|
||||
|
||||
glm::vec3 neckPivot;
|
||||
|
|
Loading…
Reference in a new issue