mirror of https://github.com/CGAL/cgal
Merge branch 'CGAL-Qt5_support-Splatting-Perf-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-Splatting-Perf-GF
This commit is contained in:
commit
ca12416e30
|
|
@ -381,7 +381,7 @@ bool Scene_points_with_normal_item::supportsRenderingMode(RenderingMode m) const
|
|||
( m==PointsPlusNormals || m==Splatting ) );
|
||||
}
|
||||
|
||||
void Scene_points_with_normal_item::draw_splats(Viewer_interface* viewer) const
|
||||
void Scene_points_with_normal_item::draw_splats(Viewer_interface*) const
|
||||
{
|
||||
// TODO add support for selection
|
||||
::glBegin(GL_POINTS);
|
||||
|
|
|
|||
Loading…
Reference in New Issue