Home
last modified time | relevance | path

Searched refs:WorldToScreen (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_camera.h218 virtual IPickingResult::Ptr WorldToScreen(BASE_NS::Math::Vec3 worldCoordinate) const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_picking.h107 virtual BASE_NS::Math::Vec3 WorldToScreen(
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.h43 BASE_NS::Math::Vec3 WorldToScreen(
H A Dpicking.cpp316 Math::Vec3 Picking::WorldToScreen(IEcs const& ecs, Entity cameraEntity, Math::Vec3 worldCoordinate)… in WorldToScreen() function in Picking
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dcamera_impl.cpp343 SCENE_NS::IPickingResult::Ptr WorldToScreen(BASE_NS::Math::Vec3 worldCoordinate) const override in WorldToScreen() function in __anonb273bc690110::CameraImpl
354 … if (sh->WorldToScreen(ret, self->GetEntity(), worldCoordinate)) { in WorldToScreen()
H A Dscene_holder.h470 …bool WorldToScreen(SCENE_NS::IPickingResult::Ptr, CORE_NS::Entity camera, BASE_NS::Math::Vec3 worl…
H A Dscene_holder.cpp3072 bool SceneHolder::WorldToScreen( in WorldToScreen() function in SceneHolder
3077 auto result = picking_->WorldToScreen(*ecs_, camera, worldCoordinate); in WorldToScreen()