Surface mesh example.

This commit is contained in:
Mostafa-ashraf19 2022-10-06 21:23:34 +02:00
parent 74a68d4694
commit 6469319870
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ void draw(const SM& asm);
#include <CGAL/Qt/init_ogl_context.h> #include <CGAL/Qt/init_ogl_context.h>
#include <CGAL/Surface_mesh.h> #include <CGAL/Surface_mesh.h>
#include <CGAL/draw_face_graph.h> #include <CGAL/draw_face_graph.h>
namespace CGAL namespace CGAL
{ {