aboutsummaryrefslogtreecommitdiff
path: root/cad/openctm
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1).Alexey Dokuchaev2020-05-271-1/+1
| | | | Notes: svn path=/head/; revision=536688
* Fix build on GCC-based systems by adding compiler:c++11-lang to USES:Mark Linimon2020-03-171-1/+2
| | | | | | | | | | | /usr/local/lib/libtinyxml.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' While here, sort USES. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=528559
* OpenCTM is a file format, a software library and a tool set for compressionDiane Bruce2020-03-157-0/+260
of 3D triangle meshes. The geometry is compressed to a fraction of comparable file formats (3DS, STL, COLLADA...), and the format is accessible through a simple, portable API WWW: https://sourceforge.net/projects/openctm/ Notes: svn path=/head/; revision=528461