Skip to content

openFrameworks addon for extruding ofPath into ofMesh

Notifications You must be signed in to change notification settings

nama-gatsuo/ofxExtrude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxExtrude

openFrameworks addon for extruding ofPath into ofMesh

screenshot

usage

  • prepare ofPath to extrude
    • load from svg, font, dynamic shape etc...
  • call ofxExtrude::getByCurve or ofxExtrude::getByStraight
    • specify vector or curve(ofPolyline) in the 2nd parameter
ofPath path;

ofVboMesh mesh1 = ofxExtrude::getByStraight(path, dir);
ofVboMesh mesh2 = ofxExtrude::getByCurve(path, curve);

Reference

About

openFrameworks addon for extruding ofPath into ofMesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published