Searched refs:trackComponent (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 697 const AnimationTrackComponent& trackComponent) in GetAnimationTarget() 700 if (auto animatedNode = nodeSystem.GetNode(trackComponent.target); animatedNode) { in GetAnimationTarget() 701 if (auto const nodeIndex = FindHandleIndex(entities.nodes, static_cast<Entity>(trackComponent.target)); in GetAnimationTarget() 796 unique_ptr<AnimationSampler> CreateAnimationSampler(const AnimationTrackComponent& trackComponent, in CreateAnimationSampler() argument 801 exportSampler->interpolation = GetAnimationInterpolation(trackComponent.interpolationMode); in CreateAnimationSampler() 802 exportSampler->input = AnimationInput(animationInputManager, trackComponent.timestamps, bufferHelper); in CreateAnimationSampler() 804 AnimationOutput(animationOutputManager, trackComponent.data, GetAnimationPath(trackComponent), bufferHelper); in CreateAnimationSampler() 825 uint64_t Hash(const AnimationTrackComponent& trackComponent) in Hash() argument 827 return BASE_NS::Hash(static_cast<const Entity&>(trackComponent in Hash() 695 GetAnimationTarget(const INodeSystem& nodeSystem, const INameComponentManager& nameManager, const Entities& entities, array_view<const unique_ptr<Node>> nodes, const Entity trackEntity, const AnimationTrackComponent& trackComponent) GetAnimationTarget() argument [all...] |
H A D | gltf2_importer.cpp | 2519 static void SelectComponentProperty(AnimationPath pathType, AnimationTrackComponent& trackComponent) 2526 trackComponent.component = ITransformComponentManager::UID; 2527 trackComponent.property = "position"; 2530 trackComponent.component = ITransformComponentManager::UID; 2531 trackComponent.property = "rotation"; 2534 trackComponent.component = ITransformComponentManager::UID; 2535 trackComponent.property = "scale"; 2538 trackComponent.component = IMorphComponentManager::UID; 2539 trackComponent.property = "morphWeights"; 2542 trackComponent [all...] |
Completed in 7 milliseconds