-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
Most appropriate sub-area of p5.js?
- AccessibilityColorCore/Environment/RenderingDataDOMEventsImageIOMathTypographyUtilitiesWebGLBuild processUnit testingInternationalizationFriendly errorsOther (specify if possible)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
p5.js version
2.0.2
Web browser and version
N/A
Operating system
N/A
Steps to reproduce this
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
andsimplifyThreshold
(see the 1.x docs for descriptions of these.)textToModel
additionally hasextrude
.
Metadata
Metadata
Assignees
Type
Projects
Status
Open for Discussion
Milestone
Relationships
Development
Select code repository
Activity