Searched refs:childPart (Results 1 – 1 of 1) sorted by relevance
163 for (auto& childPart : mCarPartsStatusMap.at(partId).childIds) { in updateChildrenParts() local164 mCarPartsStatusMap.at(childPart).parentModel = parentModel; in updateChildrenParts()165 mCarPartsStatusMap.at(childPart).currentModel = in updateChildrenParts()166 appendMat(mCarPartsStatusMap.at(childPart).localModel, in updateChildrenParts()167 mCarPartsStatusMap.at(childPart).parentModel); in updateChildrenParts()168 if (mUpdatedPartsMap.find(childPart) == mUpdatedPartsMap.end()) { in updateChildrenParts()169 AnimationParam animationParam(childPart); in updateChildrenParts()170 animationParam.SetModelMatrix(mCarPartsStatusMap.at(childPart).currentModel); in updateChildrenParts()171 mUpdatedPartsMap.emplace(std::make_pair(childPart, animationParam)); in updateChildrenParts()173 mUpdatedPartsMap.at(childPart).SetModelMatrix( in updateChildrenParts()[all …]