Home
last modified time | relevance | path

Searched refs:IMeshComponentManager (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmesh_component.h38 BEGIN_COMPONENT(IMeshComponentManager, MeshComponent)
167 END_COMPONENT(IMeshComponentManager, MeshComponent, "cd08dae1-d13b-4a4a-a317-56acbb332f76")
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.h39 class IMeshComponentManager; variable
78 IMeshComponentManager& meshManager_;
H A Dskinning_system.h38 class IMeshComponentManager; variable
88 IMeshComponentManager& meshManager_;
H A Drender_preprocessor_system.h45 class IMeshComponentManager; variable
118 IMeshComponentManager* meshManager_ { nullptr };
H A Drender_system.h66 class IMeshComponentManager; variable
242 IMeshComponentManager* meshMgr_ = nullptr;
H A Dmorphing_system.cpp88 …meshManager_(*GetManager<IMeshComponentManager>(ecs)), morphManager_(*GetManager<IMorphComponentMa… in MorphingSystem()
H A Dskinning_system.cpp145 meshManager_(*GetManager<IMeshComponentManager>(ecs)), threadPool_(ecs.GetThreadPool()) in SkinningSystem()
H A Drender_preprocessor_system.cpp128 …meshManager_(GetManager<IMeshComponentManager>(ecs)), nodeManager_(GetManager<INodeComponentManage… in RenderPreprocessorSystem()
H A Drender_system.cpp958 …ReflectionPlaneMaterial(IRenderMeshComponentManager& renderMeshMgr, IMeshComponentManager& meshMgr, in UpdateReflectionPlaneMaterial()
1154 …Mgr_(GetManager<IMaterialComponentManager>(ecs)), meshMgr_(GetManager<IMeshComponentManager>(ecs)), in RenderSystem()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmesh_component_manager.cpp94 class MeshComponentManager final : public BaseManager<MeshComponent, IMeshComponentManager> {
102 : BaseManager<MeshComponent, IMeshComponentManager>(ecs, CORE_NS::GetName<MeshComponent>()) in MeshComponentManager()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp148 …intMatricesComponentManager& jointMatricesComponentManager, const IMeshComponentManager& meshManag… in UpdateRecursiveAABB()
184 …const ITransformComponentManager& transformComponentManager, const IMeshComponentManager& meshMana… in UpdateRecursiveAABB()
365 auto const& meshComponentManager = *GetManager<IMeshComponentManager>(ecs); in RayCast()
420 auto const& meshComponentManager = *GetManager<IMeshComponentManager>(ecs); in RayCast()
566 auto& meshComponentManager = *GetManager<IMeshComponentManager>(ecs); in GetWorldMatrixComponentAABB()
582 auto& meshComponentManager = *GetManager<IMeshComponentManager>(ecs); in GetTransformComponentAABB()
H A Duri_lookup.cpp62 …string_view uri, const IUriComponentManager& uriManager, const IMeshComponentManager& componentMan…
H A Dscene_util.cpp321 IMeshComponentManager* meshCM = GetManager<IMeshComponentManager>(ecs); in CreateReflectionPlaneObjectFromEntity()
397 auto meshManager = GetManager<IMeshComponentManager>(ecs); in CalculateScalingFactor()
414 auto getMeshHeight = [](IMeshComponentManager& meshManager, Entity entity) { in CalculateScalingFactor()
H A Dpicking.h29 class IMeshComponentManager; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dintf_submesh_bridge.h31 …virtual void Initialize(CORE3D_NS::IMeshComponentManager* componentManager, CORE_NS::Entity entity,
H A Dsubmeshhandler.cpp33 void Initialize(CORE3D_NS::IMeshComponentManager* componentManager, CORE_NS::Entity entity, in Initialize()
334 CORE3D_NS::IMeshComponentManager* componentManager_ {};
H A Dmesh_impl.cpp115 submeshHandler_->Initialize(CORE_NS::GetManager<CORE3D_NS::IMeshComponentManager>(*ecs), in CompleteInitialization()
H A Dscene_holder.h570 CORE3D_NS::IMeshComponentManager* meshComponentManager_ {};
H A Dscene_holder.cpp489 meshComponentManager_ = GetManager<CORE3D_NS::IMeshComponentManager>(*ecs_); in CreateDefaultEcs()
2715 CORE3D_NS::IMeshComponentManager* meshComponentManager) in SetAll()
2728 CORE3D_NS::IMeshComponentManager* meshComponentManager) in ResetAll()
H A Dscene_impl.cpp444 … if (auto meshManager = ecs->GetComponentManager(CORE3D_NS::IMeshComponentManager::UID)) { in ResolveNodeTypeFromPath()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h56 class IMeshComponentManager; variable
162 IMeshComponentManager& meshManager_;
H A Dgltf2_exporter.cpp913 vector<Entity> ExportGltfMeshes(const IMeshComponentManager& meshManager, const INameComponentManag… in ExportGltfMeshes()
2540 auto meshManager = GetManager<IMeshComponentManager>(ecs); in ExportGLTF()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H A Dstatic_plugin.cpp138 MANAGER(MESH_COMPONENT_TYPE_INFO, IMeshComponentManager);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h242 CORE3D_NS::IMeshComponentManager* meshManager_ { nullptr };
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp926 meshManager_ = CORE_NS::GetManager<CORE3D_NS::IMeshComponentManager>(ecs); in LoadSystemGraph()

12