mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 22:09:06 +02:00
last issue
This commit is contained in:
parent
fc4a314fd3
commit
0a9c389641
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ ModelMeshPartPayload::ModelMeshPartPayload(ModelPointer model, int meshIndex, in
|
||||||
renderTransform = transform.worldTransform(shapeState._rootFromJointTransform);
|
renderTransform = transform.worldTransform(shapeState._rootFromJointTransform);
|
||||||
updateTransform(renderTransform);
|
updateTransform(renderTransform);
|
||||||
|
|
||||||
_deformerIndex = shape.dynamicTransform;
|
_deformerIndex = shape.skinDeformer;
|
||||||
|
|
||||||
initCache(model);
|
initCache(model);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue