Home
last modified time | relevance | path

Searched refs:srcJointsHandle (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp430 const auto srcJointsHandle = skinJointsManager_.Read(skinIbmEntity); in CreateInstance() local
431 if (dstJointsHandle && srcJointsHandle) { in CreateInstance()
432 dstJointsHandle->count = srcJointsHandle->count; in CreateInstance()
433 std::copy(srcJointsHandle->jointEntities, in CreateInstance()
434 srcJointsHandle->jointEntities + static_cast<ptrdiff_t>(srcJointsHandle->count), in CreateInstance()