Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 487 Bytes

Letters

Letters experimental warp of simple letters

lettersgrab

demo 1

demo 2

Basic usage:

var path = Path.generateVectorText( 'text', 100., 50., .7, 300., 22.);

3D rotation:

path = path.rotateXYZ( Math.PI/10, Math.PI/3, Math.PI/10, 1 );