I am trying to create a body in box2d which looks like this:
http://www.tobyjones.com/3d/3d_rec.jpg
I was going to create a horizontal rectangle and add vertical rectangles to each end of the horiztontal rectangle.
I want to create this as a single body and so I was under the impression I should create 3 shapes and attach these to the body using a fixture, however I cant see how I'm surposed to position the shapes relative to the body.
So my question is, how do i position each shape within the body using fixtures?