Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp235 uint32_t FindHandleIndex(vector<T> const& handles, T handle) in FindHandleIndex() function
675 … if (auto const jointIndex = FindHandleIndex(entities.nodes, jointEntity); in ExportGltfSkins()
701 …if (auto const nodeIndex = FindHandleIndex(entities.nodes, static_cast<Entity>(trackComponent.targ… in GetAnimationTarget()
2307 if (auto const parentIndex = FindHandleIndex(nodeEntities, parent->GetEntity()); in CombineSkippedParentTransformations()
2387 if (auto const parentIndex = FindHandleIndex(nodeEntities, parent->GetEntity()); in AttachParent()