Searched refs:animationOutputManager (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.cpp | 482 auto animationOutputManager = GetManager<IAnimationOutputComponentManager>(ecs); in UpdateTracks() local 485 [&entityManager, animationTrackManager, animationOutputManager, &srcJointEntities, &srcToDstJointMapping, in UpdateTracks() 507 if (const auto srcOutputId = animationOutputManager->GetComponentId(srcTrack->data); in UpdateTracks() 511 animationOutputManager->Create(dstTrack->data); in UpdateTracks() 512 const auto dstOutput = animationOutputManager->Write(dstTrack->data); in UpdateTracks() 513 const auto srcOutput = animationOutputManager->Read(srcOutputId); in UpdateTracks()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 798 const IAnimationOutputComponentManager& animationOutputManager, BufferHelper& bufferHelper) in CreateAnimationSampler() 804 AnimationOutput(animationOutputManager, trackComponent.data, GetAnimationPath(trackComponent), bufferHelper); in CreateAnimationSampler() 837 auto const animationOutputManager = GetManager<IAnimationOutputComponentManager>(ecs); in ExportGltfAnimations() local 840 if (nodeSystem && animationSystem && animationManager && animationInputManager && animationOutputManager && in ExportGltfAnimations() 863 *trackHandle, *animationInputManager, *animationOutputManager, bufferHelper); in ExportGltfAnimations() 796 CreateAnimationSampler(const AnimationTrackComponent& trackComponent, const IAnimationInputComponentManager& animationInputManager, const IAnimationOutputComponentManager& animationOutputManager, BufferHelper& bufferHelper) CreateAnimationSampler() argument
|
H A D | gltf2_importer.cpp | 3390 const AnimationTrack& track, IAnimationOutputComponentManager* animationOutputManager) 3400 task->import = [em = &ecs_->GetEntityManager(), animationOutputManager, t = task.get()]() -> bool { 3402 animationOutputManager->Set(t->data.entity, t->data.component); 3418 auto animationOutputManager = GetManager<IAnimationOutputComponentManager>(*ecs_); 3441 outputResults.push_back(PrepareAnimationOutputTask(outputs, track, animationOutputManager));
|
Completed in 18 milliseconds