OpenCTM icon indicating copy to clipboard operation
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...

Results 16 OpenCTM issues
Sort by recently updated
recently updated
newest added

Opening 500MB OBJ file results in error. Event Viewer: RADAR_PRE_LEAK_WOW64 P1: ctmviewer.exe P2: 1.0.3.0 P3: 10.0.19043.2.0.0

Hi Daniel, I am trying to import a complex model in a Wavefront obj file into FreeCAD, but since I am having trouble in that department, I thought I'd convert...

I use OpenCTM to get triangulation from CTM file in a WPF application. I would like to have a feature which allows cancelling of load operation. This requires ctmLoad method...

When I read the .obj file and convert to Mesh to generate ctm File it was created but failed to load in three.js it show following message Uncaught Error in...

Hi there. Where can I find the openctm.dll for Maya installation, it's not in the plugins section! Maya 2018.4 Thanks

Not sure if there is a body to look at this... I export a mesh in Raw ctm file, and it looks well in OpenCTM desktop viewer, but it messed...

The easiest way to observe this is to compile with libstdc++ assertions enabled. In `Makefile.linux`, add `-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS` to the `CPPFLAGS`. (This is part of the distribution default compiler flags...

When tested as described in https://github.com/Danny02/OpenCTM/issues/23, the result is now: ``` $ LD_LIBRARY_PATH="$PWD/lib" ./tools/ctmconv headless.off foo.ctm Loading headless.off... 11.385 ms Saving foo.ctm... 24.259 ms ```

When tested as described in https://github.com/Danny02/OpenCTM/issues/21, the result is now: ``` $ LD_LIBRARY_PATH="${PWD}/lib" ./tools/ctmconv sitting.dae sitting.ctm Loading sitting.dae... 43.327 ms Saving sitting.ctm... Error: CTM_INVALID_ARGUMENT ``` … which is a failure,...

The easiest way to observe this is to compile with libstdc++ assertions enabled. In `Makefile.linux`, add `-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS` to the `CPPFLAGS`. (This is part of the distribution default compiler flags...