ofxTriangle icon indicating copy to clipboard operation
ofxTriangle copied to clipboard

triangulation between points for openFrameworks

Results 9 ofxTriangle issues
Sort by recently updated
recently updated
newest added

little fixes. please :)

Can you tell me what is the problem here? I am using the of git and gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2) ``` In file included from /openFrameworks/addons/ofxTriangle/libs/Triangle/include/del_interface.hpp:110:0, from /openFrameworks/addons/ofxTriangle/src/ofxTriangle.h:20,...

doesn't works on windows not found. it seams that windows doesn't have this file

Just added missing files so it's easy to build both examples using `make` out of the box.

small fix for https://github.com/obviousjim/ofxTriangle/issues/2

ok this is more of a provocation then PR, but if ofxTriangle uses triangle++, it's using a heavily modified version of triangle the doesn't really allow for adding of steiner...

I'm experiencing an issue with setting a color within the library. I have it in a for loop with nTriangles, yet it seems that its setting all the triangles to...

nTriangles is set to 0 in clear() but nowhere else, so sometimes it has a bad default value and since the triangulate function never sets this to zero (it should,...