mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 16:06:46 +02:00
fix EOF
This commit is contained in:
parent
ef8f085b47
commit
b40a468b4c
3 changed files with 3 additions and 3 deletions
libraries
entities-renderer/src
entities/src
shared/src
|
@ -1602,4 +1602,4 @@ void ModelEntityRenderer::metaBlendshapeOperator(render::ItemID renderItemID, in
|
|||
self.handleBlendedVertices(blendshapeNumber, blendshapeOffsets, blendedMeshSizes, subItemIDs);
|
||||
});
|
||||
AbstractViewStateInterface::instance()->getMain3DScene()->enqueueTransaction(transaction);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -785,4 +785,4 @@ QVector<float> ModelEntityItem::getBlendshapeCoefficientVector() {
|
|||
_blendshapesChanged = false; // ok to change this within read lock here
|
||||
return _blendshapeCoefficientsVector;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,4 +83,4 @@ QMap<QString, int> blendshapeLookupMap = [] {
|
|||
toReturn[FACESHIFT_BLENDSHAPES[i]] = i;
|
||||
}
|
||||
return toReturn;
|
||||
}();
|
||||
}();
|
||||
|
|
Loading…
Reference in a new issue