This is the GTS library. GTS stands for the GNU Triangulated Surface Library. It includes a number of useful functions to deal with triangulated surfaces including, but not limited to, multi-resolution models, Delaunay and Constrained Delaunay triangulations, set operations on surfaces (intersection, union etc ...), bounding-boxes trees for efficient collision and intersection detection, triangle strips generation for fast rendering.
16 lines
319 B
Makefile
16 lines
319 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/22 16:54:34 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= gts
|
|
|
|
.if !defined(GTS_BUILDLINK3_MK)
|
|
GTS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gts+= gts>=0.7.6
|
|
BUILDLINK_PKGSRCDIR.gts?= ../../wip/gts
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.endif # GTS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gts
|