-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
using beginShape() for both vertex and curveVertex in Webgl #1214
New issue
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
Comments
@parsoyaarihant thanks! may I ask if it's based on @indefinit 's refactor? |
Yeah its related to webgl-geomerty-refractor branch |
Hi there. Closing this Issue for administrative purposes. Feel free to submit a PR for curveVertex() and bezierVertex(). |
How to reopen it ? |
Hi @nippotam |
Thank you @stalgiag I will check and tell you |
It seems there is no provision to use curveVertex in p5 WEBGL mode.Hence, I would like to implement this functionality in p5 immediate mode. I submitted a PR( #1185 ) and need feedback if I can use the same approach as used in p5 2D mode.
The text was updated successfully, but these errors were encountered: