views:

113

answers:

1

I'm using Box2d for a Bike Physics Game, Box2d lets you have fixtures that are convex polygons with 8 points or less, would anyone know of an easier way have a complicated concave terrain, other that just making a whole bunch of fixtures? Or is than the only way?

Any ideas, pointers, suggestions... Thanks in advance! (any language is OK)

+1  A: 

Take a look to this URL: http://www.emanueleferonato.com/2009/04/06/two-ways-to-make-box2d-cars/ specially the second example.

Hope it helps!

Jose Daniel