mirror of https://github.com/CGAL/cgal
color of volumes
This commit is contained in:
parent
09b175b63e
commit
8111fdfcd3
|
|
@ -119,7 +119,7 @@ public:
|
|||
/// Returns `false` by default.
|
||||
std::function<bool(const DS &, volume_descriptor)> is_volume_wireframe;
|
||||
|
||||
/// `std::function` that returns the color of the given volume.
|
||||
/// `std::function` that returns the color of the given volume, i.e. the color of all the faces of this volume.
|
||||
/// `nullptr` by default.
|
||||
std::function<CGAL::IO::Color(const DS &, volume_descriptor)> volume_color;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue