-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fixes #896 : Fixed getVertexCount() method issue of giving output 0 for GROUP shapes #939
Conversation
…e by Updating it in PShape & PShapeOpenGL class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…alue to count children
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the quick updates @inteqam! Looking great, just one more small thing to fix :)
@Stefterv I appreciate your help on working through this issue :) |
Merged! Thanks for your contribution @inteqam 💙 |
@all-contributors add @inteqam for code |
I've put up a pull request to add @inteqam! 🎉 |
Fixed the issue of getting output 0 from
getVertexCount()
method forGROUP
shapes by Updating thegetVertexCount()
method inPShape
class andPShapeOpenGL
classCloses #896