Added gpc-2.01 (generic polygon clipping library)
This commit is contained in:
parent
73a1b3e6d2
commit
c98579b6de
2 changed files with 8 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
include $(FG_ROOT_SRC)/commondefs
|
||||
|
||||
|
||||
SUBDIRS = AssemTris Dem2node DemRaw2Ascii FixNode FixObj SplitTris \
|
||||
SUBDIRS = gpc2.01 AssemTris Dem2node DemRaw2Ascii FixNode FixObj SplitTris \
|
||||
Stripe_u Tri2obj Triangle
|
||||
ORDEREDDIRS = $(SUBDIRS)
|
||||
|
||||
|
@ -90,6 +90,9 @@ bin-zip:
|
|||
|
||||
#---------------------------------------------------------------------------
|
||||
# $Log$
|
||||
# Revision 1.12 1998/03/19 01:48:34 curt
|
||||
# Added gpc-2.01 (generic polygon clipping library)
|
||||
#
|
||||
# Revision 1.11 1998/03/03 21:54:43 curt
|
||||
# Changes to process 30 arcsec binary DEM files.
|
||||
#
|
||||
|
|
|
@ -75,7 +75,7 @@ while ( $dem_file = shift(@ARGV) ) {
|
|||
$subdir = "../Scenery/w100n040/w093n045";
|
||||
print "WARNING: Hardcoding subdir = $subdir\n";
|
||||
}
|
||||
|
||||
|
||||
triangle_1() if ( $do_triangle_1 );
|
||||
fixnode() if ( $do_fixnode );
|
||||
splittris() if ( $do_splittris );
|
||||
|
@ -364,6 +364,9 @@ sub fixobj {
|
|||
|
||||
#---------------------------------------------------------------------------
|
||||
# $Log$
|
||||
# Revision 1.12 1998/03/19 01:48:35 curt
|
||||
# Added gpc-2.01 (generic polygon clipping library)
|
||||
#
|
||||
# Revision 1.11 1998/03/03 03:36:57 curt
|
||||
# Cumulative tweaks.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue