removed point sampling from polygonal_algorithms

This commit is contained in:
Luigi Malomo 2020-12-03 18:26:56 +01:00
parent 76442ee55f
commit b39c768c05
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include <vcg/space/polygon3.h>
#include <vcg/complex/algorithms/update/color.h>
#include <vcg/complex/algorithms/closest.h>
#include <vcg/complex/algorithms/point_sampling.h>
#include <vcg/complex/algorithms/update/quality.h>
#include <wrap/io_trimesh/export_obj.h>