Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in call call to ‘ofxTriangle::triangulate() #15

Open
nanu-c opened this issue Aug 24, 2016 · 1 comment
Open

error in call call to ‘ofxTriangle::triangulate() #15

nanu-c opened this issue Aug 24, 2016 · 1 comment

Comments

@nanu-c
Copy link

nanu-c commented Aug 24, 2016

openFrameworks/addons/ofx2DMapping/src/ofx2DMappingShape.h:131:64: error: no matching function for call to ‘ofxTriangle::triangulate(std::vector<glm::tvec3<float, (glm::precision)0u>, std::allocator<glm::tvec3<float, (glm::precision)0u> > >&)’
         this->triangle.triangulate(this->polyline.getVertices());

Which version of ofxTriangulate are you using?

@frauzufall
Copy link
Owner

The master branch of ofx2DMapping is working with the old ofxGuiExtended and also tested with OF before they introduced the glm changes. Unfortunately that is an issue of ofxTriangle.

I am using the most current ofxGuiExtended version with the ofx2DMapping branch "refactor-gui-dom" and a modified version of ofxTriangleMesh, branch "updated-of", because the original version of ofxTriangleMesh doesn't work with the current OF either, same as ofxTriangle, it was just easier to find a fix for me.

Sorry for the mess, it's difficult with all these non working addons atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants