You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the code through the 'Polyline Pen: Tracking the Mouse' in Graphics section, and I'm getting this error:
"No matching member function for call to 'curveTo'"
for the following bit of code currentPolyline.curveTo(mousePos); // Here we are using an ofVec2f with curveTo(...)
ofNewb here btw, would like to start contributing more to OF. Let me know the best way to help!
The text was updated successfully, but these errors were encountered:
Sorry for the super long delay! I missed this earlier and only stumbled upon it recently. It looks like the chapter has been updated (10 months ago) to fix the issue, but the web version of the book hasn't been regenerated since.
@arturoc, any chance the copy of the web book on the OF site could be regenerated?
Following the code through the 'Polyline Pen: Tracking the Mouse' in Graphics section, and I'm getting this error:
"No matching member function for call to 'curveTo'"
for the following bit of code
currentPolyline.curveTo(mousePos); // Here we are using an ofVec2f with curveTo(...)
ofNewb here btw, would like to start contributing more to OF. Let me know the best way to help!
The text was updated successfully, but these errors were encountered: