mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Merge branch 'master' of https://github.com/worklist/hifi into blendface
This commit is contained in:
commit
4567b8afdf
1 changed files with 1 additions and 0 deletions
|
@ -430,6 +430,7 @@ FBXGeometry extractFBXGeometry(const FBXNode& node) {
|
|||
FBXMesh& mesh = it.value();
|
||||
|
||||
// look for a limb pivot
|
||||
mesh.isEye = false;
|
||||
foreach (qint64 childID, childMap.values(it.key())) {
|
||||
qint64 clusterID = childMap.value(childID);
|
||||
if (pivots.contains(clusterID)) {
|
||||
|
|
Loading…
Reference in a new issue