mirror of https://github.com/CGAL/cgal
solve a todo
This commit is contained in:
parent
77643b6a2c
commit
1e189930b6
|
|
@ -148,7 +148,6 @@ void add_to_graphics_scene_for_fg(const FG &fg,
|
||||||
if (fh==boost::graph_traits<FG>::null_face())
|
if (fh==boost::graph_traits<FG>::null_face())
|
||||||
{ return CGAL::IO::Color(100, 125, 200); }
|
{ return CGAL::IO::Color(100, 125, 200); }
|
||||||
|
|
||||||
// TODO (?) use a seed given fh (cannot directly cast because FG is either a polyhedron or a surface mesh)
|
|
||||||
return get_random_color(CGAL::get_default_random());
|
return get_random_color(CGAL::get_default_random());
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue