Tech ENABLE_RAYCAST_PICKING - Removal of all remaining code related to old OpenGL based picking
This commit is contained in:
parent
255d8657dd
commit
6d97de14d9
10 changed files with 25 additions and 9 deletions
|
@ -214,7 +214,7 @@ void GLGizmoHollow::render_points(const Selection& selection, bool picking)
|
|||
m_c->hollowed_mesh()->get_drainholes()[i].failed) {
|
||||
render_color = { 1.0f, 0.0f, 0.0f, 0.5f };
|
||||
}
|
||||
else // neither hover nor picking
|
||||
else
|
||||
render_color = point_selected ? ColorRGBA(1.0f, 0.3f, 0.3f, 0.5f) : ColorRGBA(1.0f, 1.0f, 1.0f, 0.5f);
|
||||
#if !ENABLE_RAYCAST_PICKING
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue