Searched refs:GetTransformComponentAABB (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | picking.h | 65 MinAndMax GetTransformComponentAABB(CORE_NS::Entity entity, bool isRecursive, CORE_NS::IEcs& ecs) const override;
|
H A D | picking.cpp | 575 MinAndMax Picking::GetTransformComponentAABB(Entity entity, bool isRecursive, IEcs& ecs) const in GetTransformComponentAABB() function in Picking
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/ |
H A D | intf_picking.h | 127 virtual MinAndMax GetTransformComponentAABB(CORE_NS::Entity entity, bool isRecursive, CORE_NS::IEcs& ecs) const = 0;
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_node.h | 278 virtual IPickingResult::Ptr GetTransformComponentAABB(bool isRecursive) const = 0;
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.h | 323 SCENE_NS::IPickingResult::Ptr GetTransformComponentAABB(bool isRecursive) const override;
|
H A D | node_impl.cpp | 1289 SCENE_NS::IPickingResult::Ptr NodeImpl::GetTransformComponentAABB(bool isRecursive) const in GetTransformComponentAABB() function in NodeImpl 1300 if (sh->GetTransformComponentAABB(ret, self->GetEntity(), isRecursive)) { in GetTransformComponentAABB()
|
H A D | scene_holder.h | 462 bool GetTransformComponentAABB(SCENE_NS::IPickingResult::Ptr, CORE_NS::Entity entity, bool isRecursive);
|
H A D | scene_holder.cpp | 2997 bool SceneHolder::GetTransformComponentAABB(SCENE_NS::IPickingResult::Ptr ret, CORE_NS::Entity entity, bool isRecursive) in GetTransformComponentAABB() function in SceneHolder 3000 auto result = picking_->GetTransformComponentAABB(entity, isRecursive, *ecs_); in GetTransformComponentAABB()
|
Completed in 11 milliseconds