grumbly
Hi,
I see Urho doesn’t (yet?) have a concave 2D polygon collision type. How best can I approximate this?
My first thought is to create a master node for my concave shape, within which are many nodes, each one with its own convex polygon. I’ll take this route unless someone else has a better idea.