mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 23:42:58 +02:00
Removed references to missing NFMJoint members
This commit is contained in:
parent
0f46e25368
commit
b814e69ebb
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue