mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
commit
5f5b65121a
1 changed files with 2 additions and 1 deletions
|
@ -1303,7 +1303,8 @@ FBXGeometry readSVO(const QByteArray& model) {
|
|||
FBXGeometry geometry;
|
||||
|
||||
// we have one joint
|
||||
FBXJoint joint = { -1 };
|
||||
FBXJoint joint = { false };
|
||||
joint.parentIndex = -1;
|
||||
geometry.joints.append(joint);
|
||||
|
||||
// and one mesh with one cluster and one part
|
||||
|
|
Loading…
Reference in a new issue