OpenCTM
OpenCTM copied to clipboard
OpenCTM is a file format, a software library and a tool set for compression of 3D triangle meshes. The geometry is compressed to a fraction of comparable file formats (3DS, STL, COLLADA...), and the f...
The icon was extracted from doc/logo.pdf using Inkscape.
These changes allow me to do the following without additional patching, other than https://github.com/Danny02/OpenCTM/pull/18: - [Link against system copies of all libraries bundled in `tools/`](https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling) - [Respect the distribution-wide compiler...
Update the bundled copy of rply from 1.01 to 1.1.4, and adapt the call to `ply_open()` in `ply.cpp`. (I am considering packaging this for Fedora Linux, and I would want...
This appears to be a clear-cut case of accidentally calling `free` on a dangling pointer. GCC reported: ``` compressMG1.c: In function ‘_ctmCompressMesh_MG1’: compressMG1.c:188:5: warning: pointer ‘indices_45’ may be used after...
I’m aware that this library is not actively maintained. If work on it ever picks up again, it would be really helpful if shared library versioning could be added to...
1. Env - OS: Windows - Cmake - Visual Studio 2019 - VTK 9.4 2. Error Information - compiler output: OpenCTM\tools\stl.cpp(142,47): error C2664: “unsigned char vtkPolyData::GetCellPoints(vtkIdType, vtkIdType &,const vtkIdType *&)”:...