mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 11:54:25 +02:00
Oops; I broke the voxel attachments.
This commit is contained in:
parent
e7b05f40ef
commit
e45446a0ee
1 changed files with 2 additions and 1 deletions
|
@ -1303,7 +1303,8 @@ FBXGeometry readSVO(const QByteArray& model) {
|
||||||
FBXGeometry geometry;
|
FBXGeometry geometry;
|
||||||
|
|
||||||
// we have one joint
|
// we have one joint
|
||||||
FBXJoint joint = { -1 };
|
FBXJoint joint = { false };
|
||||||
|
joint.parentIndex = -1;
|
||||||
geometry.joints.append(joint);
|
geometry.joints.append(joint);
|
||||||
|
|
||||||
// and one mesh with one cluster and one part
|
// and one mesh with one cluster and one part
|
||||||
|
|
Loading…
Reference in a new issue