ofxTriangleMesh icon indicating copy to clipboard operation
ofxTriangleMesh copied to clipboard

triangle mesh addon for openframeworks

Results 5 ofxTriangleMesh issues
Sort by recently updated
recently updated
newest added

Hey, This PR extends the original addon to use different triangulation methods from `Triangle`, especially to handle simple polygons with holes and generating both Voronoï diagram and Convex Hull. An...

- simple glm fix from [galsasson](https://github.com/galsasson/ofxTriangleMesh) fork - ofDrawTriangle() - standard window and testApp -> ofApp in example

Hey, I have update the addon, it works with the last OF version

Hey, I was switching over from ofxTriangle and had a small issue with the current master due to the new vector formats: ``` addons/ofxTriangleMesh/src/ofxTriangleMesh.cpp:121: error: no matching function for call...