Searched refs:IJointMatricesComponentManager (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | joint_matrices_component.h | 35 BEGIN_COMPONENT(IJointMatricesComponentManager, JointMatricesComponent) 72 END_COMPONENT(IJointMatricesComponentManager, JointMatricesComponent, "59d701be-f741-4faa-b5d6-a4f2…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | joint_matrices_component_manager.cpp | 33 …mponentManager final : public BaseManager<JointMatricesComponent, IJointMatricesComponentManager> { 41 : BaseManager<JointMatricesComponent, IJointMatricesComponentManager>( in JointMatricesComponentManager()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | skinning_system.h | 32 class IJointMatricesComponentManager; variable 83 IJointMatricesComponentManager& jointMatricesManager_;
|
H A D | render_preprocessor_system.h | 42 class IJointMatricesComponentManager; variable 115 IJointMatricesComponentManager* jointMatricesManager_ { nullptr };
|
H A D | render_system.h | 63 class IJointMatricesComponentManager; variable 250 IJointMatricesComponentManager* jointMatricesMgr_ = nullptr;
|
H A D | skinning_system.cpp | 140 jointMatricesManager_(*GetManager<IJointMatricesComponentManager>(ecs)), in SkinningSystem()
|
H A D | render_preprocessor_system.cpp | 125 : ecs_(ecs), jointMatricesManager_(GetManager<IJointMatricesComponentManager>(ecs)), in RenderPreprocessorSystem()
|
H A D | render_system.cpp | 1158 jointMatricesMgr_(GetManager<IJointMatricesComponentManager>(ecs)), in RenderSystem()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | picking.cpp | 148 …const IJointMatricesComponentManager& jointMatricesComponentManager, const IMeshComponentManager& … in UpdateRecursiveAABB() 364 auto const& jointMatricesComponentManager = GetManager<IJointMatricesComponentManager>(ecs); in RayCast() 419 auto const& jointMatricesComponentManager = GetManager<IJointMatricesComponentManager>(ecs); in RayCast() 565 auto& jointworldMatrixComponentManager = *GetManager<IJointMatricesComponentManager>(ecs); in GetWorldMatrixComponentAABB()
|
H A D | picking.h | 28 class IJointMatricesComponentManager;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/ |
H A D | static_plugin.cpp | 131 MANAGER(JOINT_MATRICES_COMPONENT_TYPE_INFO, IJointMatricesComponentManager);
|