mirror of https://github.com/CGAL/cgal
set polyhedron_item multicolor
This commit is contained in:
parent
ded29c7304
commit
51d3b22e69
|
|
@ -367,6 +367,8 @@ public Q_SLOTS:
|
|||
}
|
||||
else
|
||||
{
|
||||
selection_item->setItemIsMulticolor(true);
|
||||
|
||||
CGAL::Polygon_mesh_processing::isotropic_remeshing(
|
||||
selection_item->selected_facets
|
||||
, target_length
|
||||
|
|
|
|||
|
|
@ -757,6 +757,10 @@ public:
|
|||
Q_EMIT itemChanged();
|
||||
}
|
||||
|
||||
void setItemIsMulticolor(bool b) {
|
||||
poly_item->setItemIsMulticolor(b);
|
||||
}
|
||||
|
||||
Q_SIGNALS:
|
||||
void simplicesSelected(CGAL::Three::Scene_item*);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue