mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 05:12:27 +00:00
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of gizmos - Move Gizmo
(cherry picked from commit prusa3d/PrusaSlicer@df47ba7122)
This commit is contained in:
committed by
Noisyfox
parent
cd1705e6eb
commit
1cd421c4b1
@@ -95,6 +95,7 @@ void GLGizmoFlatten::on_render()
|
||||
shader->stop_using();
|
||||
}
|
||||
|
||||
/*
|
||||
void GLGizmoFlatten::on_render_for_picking()
|
||||
{
|
||||
const Selection& selection = m_parent.get_selection();
|
||||
@@ -126,6 +127,7 @@ void GLGizmoFlatten::on_render_for_picking()
|
||||
glsafe(::glEnable(GL_CULL_FACE));
|
||||
shader->stop_using();
|
||||
}
|
||||
*/
|
||||
|
||||
void GLGizmoFlatten::set_flattening_data(const ModelObject* model_object)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user