added base example using polygon meshes and halfedges
This commit is contained in:
parent
497a3ed01b
commit
67219758ff
|
@ -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
|
Loading…
Reference in New Issue