How to create a complex polygon #29
Unanswered
svaterlaus
asked this question in
Q&A
Replies: 2 comments
-
Nevermind, I just figured it out using the Hopefully this can help someone else in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case someone else struggles with this, here is an example on how to use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a complex polygon shape with specific vertices but I can't find a method to do so. Other Box2D implementations have methods like
shape.setAsArray
, but I've been trying to figure out how to do the same with this with no luck.Beta Was this translation helpful? Give feedback.
All reactions