Searched refs:trackHandle (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.cpp | 331 if (auto trackHandle = animationTrackManager_->Read(track->GetEntity()); trackHandle) { in TryResolveAnimationRoot() local 516 if (auto trackHandle = animationTrackManager_->Read(track->GetEntity()); trackHandle) { in OnAnimationInputsChanged() local 597 if (auto trackHandle = animationTrackManager_->Read(trackEntity); trackHandle) { in OnAnimationTrackChanged() local 648 if (auto trackHandle = animationTrackManager_->Read(other->GetEntity()); trackHandle) { in OnAnimationTimestampsChanged() local 671 … if (const auto trackHandle = animationTrackManager_->Read(track->GetEntity()); trackHandle) { in SetDuration() local 796 if (auto trackHandle = animationTrackManager_->Read(track->GetEntity()); trackHandle) { in OnDestroyAnimationTrack() local 827 if (trackHandle) { in GetAllRelatedEntities() 949 if (trackHandle) { in GetAnimationTrack() 950 if (trackHandle->target == target && trackHandle->property == propertyPath) { in GetAnimationTrack() 1163 if (trackHandle) { in SetKeyFrameData() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 894 … if (auto trackHandle = animationTrackManager_.Read(trackState.entity); trackHandle) { in OnAnimationComponentsCreated() local 895 InitializeInitialDataComponent(trackState.entity, *trackHandle); in OnAnimationComponentsCreated() 952 if (auto trackHandle = animationTrackManager_.Read(entity); trackHandle) { in OnAnimationTrackComponentsUpdated() local 953 InitializeInitialDataComponent(entity, *trackHandle); in OnAnimationTrackComponentsUpdated() 1112 auto trackHandle = animationTrackManager_.Read(trackId); in ResetTargetProperties() local 1113 auto entry = GetEntry(*trackHandle); in ResetTargetProperties() 1203 if (auto trackHandle = animationTrackManager_.Read(trackId); trackHandle) { in AnimateTracks() local 1204 if (auto outputHandle = outputManager_.Read(trackHandle->data); outputHandle) { in AnimateTracks() 1209 auto entry = GetEntry(*trackHandle); in AnimateTracks() 1264 auto trackHandle = animationTrackManager_.Read(trackId); in ApplyResults() local [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 858 … if (const auto trackHandle = animationTrackManager->Read(trackEntity); trackHandle) { in ExportGltfAnimations() local 859 auto const samplerIndex = FindOrAddIndex(samplerHashes, Hash(*trackHandle)); in ExportGltfAnimations() 863 … *trackHandle, *animationInputManager, *animationOutputManager, bufferHelper); in ExportGltfAnimations() 866 … *nodeSystem, *nameManager, entities, result.data->nodes, trackEntity, *trackHandle); in ExportGltfAnimations() 867 … exportAnimation->tracks.push_back(AnimationTrack { { target, GetAnimationPath(*trackHandle) }, in ExportGltfAnimations()
|
H A D | gltf2_importer.cpp | 2485 if (auto trackHandle = trackManager->Write(animationTrackEntity); trackHandle) { in operator ()() local 2493 SelectComponentProperty(track.channel.path, *trackHandle); in operator ()() 2495 … trackHandle->interpolationMode = ConvertAnimationInterpolation(track.sampler->interpolation); in operator ()() 2496 trackHandle->timestamps = (*inputIt)->data.entity; in operator ()() 2497 trackHandle->data = (*outputIt)->data.entity; in operator ()()
|