Hi,
I’m reading the ofBook and I ran into an issue with this line vector<ofVec3f> vertices = polyline.getVertices();
. Xcode is telling me that No viable conversion from 'vector<glm::tvec3<float, glm::packed_highp>>' to 'vector<ofVec3f>'
.
I’ve download the OF just yesterday if it matters. And this is the example that I’m trying to work on.
PS. Love the book
Thanks in advance.
A.