kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OF 10 issue with example-flow-distort-shader

cyrstem opened this issue · comments

hey i got this issue trying to compile that example :
OF/of_v0.10.0_osx_release/addons/ofxCv/example-flow-distort-shader/src/MotionAmplifier.h:43:32: No viable conversion from 'tvec2<float, (glm::precision)0U>' to 'const glm::tvec3<float, 0>'
on this line:

 for(int x = 0; x < xSteps; x++) {
                mesh.addVertex(ofVec2f(x, y) * stepSize / rescale);
            }

should be fixed now.