Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Move, Rotate and Scale Gizmo

This commit is contained in:
enricoturri1966
2023-10-28 23:15:24 +08:00
committed by Noisyfox
parent 6a40d3af16
commit 29be4cc9a3
7 changed files with 41 additions and 8 deletions

View File

@@ -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);
}