Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Gizmo Hollow

This commit is contained in:
enricoturri1966 2022-06-15 09:01:13 +02:00
parent f5e68a6ac6
commit c5c5c23ed2
5 changed files with 144 additions and 16 deletions

View file

@ -673,6 +673,10 @@ public:
m_scene_raycaster.remove_raycasters(type);
}
std::vector<std::shared_ptr<SceneRaycasterItem>>* get_raycasters_for_picking(SceneRaycaster::EType type) {
return m_scene_raycaster.get_raycasters(type);
}
void set_raycaster_gizmos_on_top(bool value) {
m_scene_raycaster.set_gizmos_on_top(value);
}