1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Pietro Cerutti
c8eb38bb31 - STAGE-clean
- Fix build
2014-02-13 16:57:34 +00:00
John Marino
b33c7f547a math/carve: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-10-01 19:28:10 +00:00
Pietro Cerutti
34c746d1d2 - Chase some compiler warnings / errors, especially with clang 2013-02-22 09:06:16 +00:00
Pietro Cerutti
2bbecf479f - New port: math/carve
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/
2012-02-20 10:56:06 +00:00