mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +00:00
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Move, Rotate and Scale Gizmo
This commit is contained in:
committed by
Noisyfox
parent
6a40d3af16
commit
29be4cc9a3
@@ -184,7 +184,7 @@ void GLGizmoMove3D::on_render()
|
||||
|
||||
void GLGizmoMove3D::on_register_raycasters_for_picking()
|
||||
{
|
||||
// this gizmo is rendered on top of the scene, so the raytraced picker should take it into account
|
||||
// the gizmo grabbers are rendered on top of the scene, so the raytraced picker should take it into account
|
||||
m_parent.set_raycaster_gizmos_on_top(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user