kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.
Other
658 stars 276 forks source link

ofVec2f to ofVec3f #253

Closed doublejbs closed 5 years ago

doublejbs commented 6 years ago

Seems addVertex supports only vec3, so changed ofVec2f to ofVec3f. Without this change, the example will not run in Xcode.

kylemcdonald commented 5 years ago

thanks! closed by #255