We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.2
N/A
textToModel has these overloads:
textToModel(str, x, y, width, height, [options], [options.extrude], [options.sampleFactor])
textToContours has these overloads:
textToContours(str, x, y, [options])
textToPoints has these:
textToPoints(str, x, y, [options])
A few issues to fix:
All of these optionally support width and height. The overloads should maybe be:
something(str, x, y, [options]) something(str, x, y, width, height, [options])
All should have the same base options. These include sampleFactor and simplifyThreshold (see the 1.x docs for descriptions of these.) textToModel additionally has extrude.
sampleFactor
simplifyThreshold
textToModel
extrude
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most appropriate sub-area of p5.js?
p5.js version
2.0.2
Web browser and version
N/A
Operating system
N/A
Steps to reproduce this
textToModel has these overloads:
textToContours has these overloads:
textToPoints has these:
A few issues to fix:
All of these optionally support width and height. The overloads should maybe be:
All should have the same base options. These include
sampleFactor
andsimplifyThreshold
(see the 1.x docs for descriptions of these.)textToModel
additionally hasextrude
.The text was updated successfully, but these errors were encountered: