Searched refs:RayCastResult (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/ |
H A D | intf_picking.h | 56 struct RayCastResult { struct 137 virtual BASE_NS::vector<RayCastResult> RayCast( 150 …virtual BASE_NS::vector<RayCastResult> RayCast(CORE_NS::IEcs const& ecs, const BASE_NS::Math::Vec3… 172 virtual BASE_NS::vector<RayCastResult> RayCastFromCamera( 186 …virtual BASE_NS::vector<RayCastResult> RayCastFromCamera(CORE_NS::IEcs const& ecs, CORE_NS::Entity…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | picking.h | 46 … BASE_NS::vector<RayCastResult> RayCast(CORE_NS::IEcs const& ecs, const BASE_NS::Math::Vec3& start, 48 … BASE_NS::vector<RayCastResult> RayCast(CORE_NS::IEcs const& ecs, const BASE_NS::Math::Vec3& start, 53 BASE_NS::vector<RayCastResult> RayCastFromCamera( 55 … BASE_NS::vector<RayCastResult> RayCastFromCamera(CORE_NS::IEcs const& ecs, CORE_NS::Entity camera,
|
H A D | picking.cpp | 218 RayCastResult HitTestNode(ISceneNode& node, const MeshComponent& mesh, const Math::Mat4X4& matrix, in HitTestNode() 221 RayCastResult raycastResult; in HitTestNode() 359 vector<RayCastResult> result; in RayCast() 380 result.push_back(RayCastResult { node, centerDistance, distance, hitPosition }); in RayCast() 410 vector<RayCastResult> Picking::RayCast( in RayCast() 413 vector<RayCastResult> result; in RayCast() 494 return vector<RayCastResult>(); in RayCastFromCamera() 506 return vector<RayCastResult>(); in RayCastFromCamera() 509 vector<RayCastResult> Picking::RayCastFromCamera( in RayCastFromCamera() 515 return vector<RayCastResult>(); in RayCastFromCamera() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 3024 bool ConvertToToolkit(const BASE_NS::vector<CORE3D_NS::RayCastResult>& result, SCENE_NS::IRayCastRe… in ConvertToToolkit()
|