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
I like your example. I don't think we will be adding more features before the 1.0 release but this is a simple enough addition to consider adding in some capacity in the future.
Do you think it would be possible to rewrite this in such a way that the existing quad function could take detailX and detailY optional parameters?
This feature sits in an odd place because it is a combination of plane and quad in that it offers the independent corner pin of the quad arguments with the flexible detail of the plane arguments.
Totally agree, the quad function could be already replaced by this one, as you can see, the default detailXand detailY is 8, if you change the default to 2, the result will be the same of quad function.
Vamoss
pushed a commit
to Vamoss/p5.js
that referenced
this issue
Nov 16, 2020
Most appropriate sub-area of p5.js?
New feature details:
Quad distortion now:
https://editor.p5js.org/Vamoss/sketches/vWdWD1q4
Smooth squad demo suggestion:
https://editor.p5js.org/Vamoss/sketches/1iaogZo2
The text was updated successfully, but these errors were encountered: