Removed references to missing NFMJoint members

This commit is contained in:
Dale Glass 2022-06-06 23:18:21 +02:00
parent 0f46e25368
commit b814e69ebb

View file

@ -30,8 +30,6 @@ const glm::quat quaterTurnAroundZ = glm::angleAxis(0.5f * PI, zAxis);
void makeTestFBXJoints(HFMModel& hfmModel) {
HFMJoint joint;
joint.isFree = false;
joint.freeLineage.clear();
joint.parentIndex = -1;
joint.distanceToParent = 1.0f;