From Geoff Michel, added support for constrain delaunay triangultion, and osgdelaunay example.

This commit is contained in:
Robert Osfield
2005-10-25 13:28:48 +00:00
parent 2b2ca82b5a
commit 598dda59f5
8 changed files with 2531 additions and 27 deletions

View File

@@ -0,0 +1,19 @@
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgdelaunay.cpp\
LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgdelaunay
INC += $(X_INC)
include $(TOPDIR)/Make/makerules

View File

@@ -0,0 +1,13 @@
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgdelaunay.cpp\
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgdelaunay
INC += $(X_INC)
include $(TOPDIR)/Make/makerules

File diff suppressed because it is too large Load Diff