A 2D shape consisting of straight lines that are joined to for a circuit.

learn more… | top users | synonyms

-1
votes
1answer
368 views

Create Box2D and engine polygon Box2D body without sprite

Hey I have created my body using following code: (please read full description) Body polyBody; final BodyDef mBodyDef = new BodyDef(); mBodyDef.type = BodyDef.BodyType.DynamicBody; ...