summaryrefslogtreecommitdiff
path: root/math/carve/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/carve/pkg-descr')
-rw-r--r--math/carve/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/carve/pkg-descr b/math/carve/pkg-descr
deleted file mode 100644
index abd5a8248a27..000000000000
--- a/math/carve/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Carve is a C++ library designed to perform boolean operations between two
-arbitrary polygonal meshes. The standard union and intersection operations are
-supported, as are symmetric and asymmetric difference. It is also possible to
-implement custom operations using Carve, allowing results to be formed from any
-combination of inputs.
-
-Carve supports a variety of inputs, including both closed and open surfaces,
-faces with arbitrary edge counts and datasets with multiple disjoint,
-embedded or touching surfaces. Carve can also interpolate arbitrary
-values across faces, meaning that CSG operations need not discard colour,
-texture coordinates or other data.
-
-WWW: http://code.google.com/p/carve/