Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 310 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 310 Bytes

curve-editor

Requirements

c++11 and freeglut

##Controls Draw curves by clicking while holding down one of the following keys:

  • p: polylines

  • b: Bezier Curves

  • r: Catmull-Rom Splines

  • l: Lagrange curves

Click curves to select.

Drag curves to move.

Hold 'a' to add points to selected curve.