From 67219758fff0b1eaab8db45a7f8f75f49e1b8cfd Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 19 Dec 2008 15:36:54 +0000 Subject: [PATCH] added base example using polygon meshes and halfedges --- apps/sample/polygonmesh_base/polygonmesh_base.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/sample/polygonmesh_base/polygonmesh_base.pro diff --git a/apps/sample/polygonmesh_base/polygonmesh_base.pro b/apps/sample/polygonmesh_base/polygonmesh_base.pro new file mode 100644 index 00000000..22f253b0 --- /dev/null +++ b/apps/sample/polygonmesh_base/polygonmesh_base.pro @@ -0,0 +1,11 @@ +###################################################################### +# Automatically generated by qmake (2.00a) ven 24. giu 14:14:20 2005 +###################################################################### + +TARGET = polygonmesh_base +LIBPATH += +DEPENDPATH += . +INCLUDEPATH += . ../../.. +CONFIG += console stl +TEMPLATE = app +SOURCES += polygonmesh.cpp ../../../wrap/ply/plylib.cpp \ No newline at end of file