Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 627 Bytes

README.md

File metadata and controls

executable file
·
9 lines (5 loc) · 627 Bytes

Build status

openFrameworks addon for generating interpolated points on a curve based on a set of control points.

Currently it can generate Beziers, B-Splines and Catmull-Rom Splines. All of them are cubic.

These need to be fed a vector<glm::vec3> of control points and the number of points must be 3n + 1 in number.

ofxCurve