fix: make ObjLoader load updated gltf bone data

This commit is contained in:
Jan Laupetin
2025-09-06 09:02:50 +01:00
parent 84409a975a
commit 3a5cfc01d9
4 changed files with 168 additions and 67 deletions
+2
View File
@@ -111,6 +111,8 @@ struct XModelCommon
std::vector<XModelVertex> m_vertices;
std::vector<XModelVertexBoneWeights> m_vertex_bone_weights;
XModelVertexBoneWeightCollection m_bone_weight_data;
void CalculateBoneLocalsFromGlobals();
};
struct VertexMergerPos