Home
last modified time | relevance | path

Searched refs:dstJointsComponent (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp539 auto dstJointsComponent = jointsManager->Read(targetEntity); in RetargetSkinAnimation() local
541 if (!dstJointsComponent || !srcJointsComponent) { in RetargetSkinAnimation()
548 auto dstJointEntities = array_view(dstJointsComponent->jointEntities, dstJointsComponent->count); in RetargetSkinAnimation()
677 auto dstJointsComponent = jointsManager->Read(targetEntity); in ShareSkin() local
679 if (!dstJointsComponent) { in ShareSkin()
688 auto dstJointEntities = array_view(dstJointsComponent->jointEntities, dstJointsComponent->count); in ShareSkin()
692 if (dstJointsComponent->count != dstToSrcJointMapping.size()) { in ShareSkin()
696 auto dstJointsComponent in ShareSkin() local
[all...]

Completed in 2 milliseconds