4-practical

This commit is contained in:
David Coeurjolly 2021-02-21 18:33:49 +01:00
parent 076bb03b1c
commit ccf6962288
No known key found for this signature in database
GPG Key ID: 274E6AF0FE3AAF25
6 changed files with 293089 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12) cmake_minimum_required(VERSION 3.12)
project(CGDI) project(CGDI-4)
# Print the build type # Print the build type

View File

@ -4,6 +4,7 @@
#include "polyscope/polyscope.h" #include "polyscope/polyscope.h"
#include "polyscope/surface_mesh.h" #include "polyscope/surface_mesh.h"
#include "polyscope/point_cloud.h"
using namespace geometrycentral; using namespace geometrycentral;
using namespace geometrycentral::surface; using namespace geometrycentral::surface;